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 | 1000111111011110001111110011111100111111001111110011111101000010 | 8fde3f3f3f3f3f42 |
EUC-JP | 鉦?????B | 1011111011100000001111110011111100111111001111110011111101000010 | bee03f3f3f3f3f42 |
UTF-8 | 鉦펴렫댁렰렑B | 11101001100010011010011011101101100011101011010011101011101000001010101111101011100011001000000111101011101000001011000011101011101000001001000101000010 | e989a6ed8eb4eba0abeb8c81eba0b0eba09142 |
UHC | 鉦펴렫댁렰렑B | 11101111111110101100011011101100100011101011100110110100111011001000111010111101100011101010011001000010 | effac6ec8eb9b4ec8ebd8ea642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)