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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 喇遨邑B | 10011010011010001110011110101001100101110101011101000010 | 9a68e7a9975742 |
EUC-JP | 喇遨邑B | 11010011110010011110111010101011110011011011100001000010 | d3c9eeabcdb842 |
UTF-8 | 喇遨邑B | 11100101100101101000011111101001100000011010100011101001100000101001000101000010 | e59687e981a8e9829142 |
UHC | 喇?邑B | 110101001111101000111111111010111110100101000010 | d4fa3febe942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)