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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???楮?B | 00111111001111110011111110011110101110000011111101000010 | 3f3f3f9eb83f42 |
EUC-JP | ???楮?B | 00111111001111110011111111011100101110100011111101000010 | 3f3f3fdcba3f42 |
UTF-8 | 씨롈렊楮롈B | 11101100100101001010100011101011101000011000100011101011101000001000101011100110101001011010111011101011101000011000100001000010 | ec94a8eba188eba08ae6a5aeeba18842 |
UHC | 씨롈렊楮롈B | 1011111010111110100011101100111010001110101000011110111010111111100011101100111001000010 | bebe8ece8ea1eebf8ece42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)