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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 存孟?^ | 100100011011011010010110110100000011111101011110 | 91b696d03f5e |
EUC-JP | 存孟?^ | 110000101011100011001100110100100011111101011110 | c2b8ccd23f5e |
UTF-8 | 存孟범^ | 11100101101011011001100011100101101011011001111111101011101100101001010001011110 | e5ad98e5ad9febb2945e |
UHC | 存孟범^ | 11110000111011011101100011101011101110011111110001011110 | f0edd8ebb9fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)