ChrToUtf8$ function  

Purpose

Translates a string of ANSI/WIDE characters to UTF-8 byte characters.

Syntax

o$ = ChrToUtf8$(AnsiOrWide$)

Remarks

AnsiOrWide$ contains a series of ANSI characters or WIDE (16-bit) characters,  ChrToUtf8$ translates it into UTF-8 byte characters.

See also

ChrToOem$, OemToChr$, Utf8ToChr$