I should mention a couple of blocks that come along with the Web component
that are useful for encoding and decoding hex strings to and from text.
Web1.HTMLTextDecode will take a hex string and turn it into special characters,
if you precede it with &#x and follow it with ;
(see attached for the construction of a UTF-8 Byte Order Marker example).
Web1.UriEncode can provide a hex view of an otherwise
unreadable string.
And finally, AI2 works in UTF-8, and not all Unicode code pages might
be available in your Android device, emulator, web browser, etc.
ABG