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 | 0011111100111111001111110101110001101000 | 3f3f3f5c68 |
SJIS-WIN | 言①?\h | 10001100101111101000011101000000001111110101110001101000 | 8cbe87403f5c68 |
EUC-JP | 言??\h | 101110001100000000111111001111110101110001101000 | b8c03f3f5c68 |
UTF-8 | 言①ㅊ\h | 1110100010101000100000001110001010010001101000001110001110000101100010100101110001101000 | e8a880e291a0e3858a5c68 |
UHC | 言①ㅊ\h | 1110010111101011101010001110011110100100101110100101110001101000 | e5eba8e7a4ba5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)