The RWUCharToUTF8ByteOutputStreamImp Class
RWUCharToUTF8ByteOutputStreamImp connects a Unicode character stream to a binary stream using UTF-8. UTF-8 is a character encoding form in which each 21-bit Unicode code point is represented using one to four 8-bit code units.
The UTF-16 characters are transformed as a sequence of bytes using the UTF-8 encoding form.