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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 彦?彦?B | 10010101010001100011111110010101010001100011111101000010 | 95463f95463f42 |
EUC-JP | 彦?彦?B | 11001001101001110011111111001001101001110011111101000010 | c9a73fc9a73f42 |
UTF-8 | 彦푲彦푲B | 11100101101111011010011011101101100100011011001011100101101111011010011011101101100100011011001001000010 | e5bda6ed91b2e5bda6ed91b242 |
UHC | 彦푲彦푲B | 111001011110100110111110011110101110010111101001101111100111101001000010 | e5e9be7ae5e9be7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)