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 | 寃峰iB | 10011011100000111001010111110100100000101000100101000010 | 9b8395f4828942 |
EUC-JP | 寃峰iB | 11010101111000111100101011110110101000111110100101000010 | d5e3caf6a3e942 |
UTF-8 | 寃峰iB | 11100101101011111000001111100101101100111011000011101111101111011000100101000010 | e5af83e5b3b0efbd8942 |
UHC | 寃峰iB | 11101010101100101101110011101000101000111110100101000010 | eab2dce8a3e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)