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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 蒸???憶?B | 100011111111011000111111001111110011111110001001101011110011111101000010 | 8ff63f3f3f89af3f42 |
EUC-JP | 蒸???憶?B | 101111101111100000111111001111110011111110110010101100010011111101000010 | bef83f3f3fb2b13f42 |
UTF-8 | 蒸뜻렪렮憶렯B | 11101000100100101011100011101011100111001011101111101011101000001010101011101011101000001010111011100110100001101011011011101011101000001010111101000010 | e892b8eb9cbbeba0aaeba0aee686b6eba0af42 |
UHC | 蒸뜻렪렮憶렯B | 11110001111110101011011011100110100011101011100010001110101110111110010111100011100011101011110001000010 | f1fab6e68eb88ebbe5e38ebc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)