Java uses a platform-independent Unicode, Java reads a string from a BYTE stream to transform the platform-related Byte into the platform-independent Unicode string. At the time of output, Java will turn the Unicode string into a platform-related BYTE stream, if a Unicode character does not exist on a platform, will output one '?'. A Chinese character encoded in GB2312 is 16, while a Chinese character in UTF8 is 24. If the page is used to encode UTF-8, how to convert to GB2312? Reference: TEST1.HTM
hEAD>