To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ZH | 1001001001011010010010001001000110011111 | 925a48919f |
SJIS-WIN | ?ZH?? | 0011111101011010010010000011111100111111 | 3f5a483f3f |
EUC-JP | ?ZH?? | 0011111101011010010010000011111100111111 | 3f5a483f3f |
UTF-8 | ZH | 1100001010010010010110100100100011000010100100011100001010011111 | c2925a48c291c29f |
UHC | ?ZH?? | 0011111101011010010010000011111100111111 | 3f5a483f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)