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? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 題詐??h題 | 100100011110100010001101101111000011111100111111011010001001000111101000 | 91e88dbc3f3f6891e8 |
EUC-JP | 題詐??h題 | 110000101110101010111010101111100011111100111111011010001100001011101010 | c2eababe3f3f68c2ea |
UTF-8 | 題詐렰렲h題 | 11101001101000011000110011101000101010011001000011101011101000001011000011101011101000001011001001101000111010011010000110001100 | e9a18ce8a990eba0b0eba0b268e9a18c |
UHC | 題詐렰렲h題 | 1111000010111001110111101111000110001110101111011000111010111111011010001111000010111001 | f0b9def18ebd8ebf68f0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)