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 | 迹.迹.^ | 111001111001000110000001010001001110011110010001100000010100010001011110 | e7918144e79181445e |
EUC-JP | 迹.迹.^ | 111011011111000110100001101001011110110111110001101000011010010101011110 | edf1a1a5edf1a1a55e |
UTF-8 | 迹.迹.^ | 11101000101111111011100111101111101111001000111011101000101111111011100111101111101111001000111001011110 | e8bfb9efbc8ee8bfb9efbc8e5e |
UHC | 迹.迹.^ | 111011101110100110100011101011101110111011101001101000111010111001011110 | eee9a3aeeee9a3ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)