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 | ?h?WB | 0011111101101000001111110101011101000010 | 3f683f5742 |
SJIS-WIN | 珈h珈WB | 11100000110110110110100011100000110110110101011101000010 | e0db68e0db5742 |
EUC-JP | 珈h珈WB | 11100000110111010110100011100000110111010101011101000010 | e0dd68e0dd5742 |
UTF-8 | 珈h珈WB | 111001111000111110001000011010001110011110001111100010000101011101000010 | e78f8868e78f885742 |
UHC | ?h?WB | 0011111101101000001111110101011101000010 | 3f683f5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)