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 ASCII character set has a range from 1 to 127. You can see 188 is not in this range and is converted to ? (= ASC 63).