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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驗?驗?^ | 11101001100001000011111111101001100001000011111101011110 | e9843fe9843f5e |
EUC-JP | 驗?驗?^ | 11110001111001000011111111110001111001000011111101011110 | f1e43ff1e43f5e |
UTF-8 | 驗뒂驗뒂^ | 11101001101010011001011111101011100100101000001011101001101010011001011111101011100100101000001001011110 | e9a997eb9282e9a997eb92825e |
UHC | 驗뒂驗뒂^ | 111110101101000010001010011110101111101011010000100010100111101001011110 | fad08a7afad08a7a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)