I\'ve made a class to encode a string
Public Class UTF8 Public Shared Function encode(ByVal str As String) Dim utf8Encoding As New System.Text.UT
Use UTF8.GetString(Byte[]) method.