I convert a byte array to a string , and I convert this string to byte array. these two byte arrays are different.
byte array
string
The character 188 is not defined for ASCII. Instead, you're getting 63, which is a question mark.
188
63