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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄭?? | 10010011010000010011111100111111 | 93413f3f |
EUC-JP | 鄭?? | 11000101101000100011111100111111 | c5a23f3f |
UTF-8 | 鄭렫履 | 111010011000010010101101111010111010000010101011111011111010011110011111 | e984adeba0abefa79f |
UHC | 鄭렫履 | 111011111111011110001110101110011110110010101010 | eff78eb9ecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)