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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 題???證耕 | 100100011110100000111111001111110011111111100110100110101000110101101011 | 91e83f3f3fe69a8d6b |
EUC-JP | 題???證耕 | 110000101110101000111111001111110011111111101011111110101011100111001100 | c2ea3f3f3febfab9cc |
UTF-8 | 題얹렰렮證耕 | 111010011010000110001100111011001001011010111001111010111010000010110000111010111010000010101110111010001010110110001001111010001000000010010101 | e9a18cec96b9eba0b0eba0aee8ad89e88095 |
UHC | 題얹렰렮證耕 | 111100001011100110111110111100011000111010111101100011101011101111110001111110111100110011101001 | f0b9bef18ebd8ebbf1fbcce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)