Java中文编码小结 1. 只有 字符到字节 或者 字节到字符 的转换才存在编码转码; 2. Java String 采用 UTF-16 编码方式存储所有字符.unicode体系采用唯一的码点表示唯一的字符信息, 码点的存储方式有UFT-16.UTF-8 等等.: A String represents a string in the UTF-16 format in which supplementary characters are represented bysurrogate pair…