This is my code:
byte[] sample = Encoding.UTF8.GetBytes("çõ"); foreach (byte c in sample) Debug.Write(c.ToString());
I am struggl