调试字符串值和getBytes产生不同的结果

时间:2019-06-05 16:24:24

标签: java string encoding

byte[] bytes = data.getBytes();

// prints -61 -68 -61 -74 

data.value(); // This method is package private, I used debugger.
// -4 -10

为什么这些数组不同?

Bytes in debug字符串数据=“üö”;

0 个答案:

没有答案