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?? | 0011111101011010010010000011111100111111 | 3f5a483f3f |
SJIS-WIN | ?ZH?? | 0011111101011010010010000011111100111111 | 3f5a483f3f |
EUC-JP | ?ZH?? | 0011111101011010010010000011111100111111 | 3f5a483f3f |
UTF-8 | 혪ZH혩쨈 | 1110110110011000101010100101101001001000111011011001100010101001111011001010100010001000 | ed98aa5a48ed98a9eca888 |
UHC | 혪ZH혩쨈 | 1100001010010010010110100100100011000010100100011100001010110100 | c2925a48c291c2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)