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 | 鍮??^ | 1110100001001010001111110011111101011110 | e84a3f3f5e |
EUC-JP | 鍮??^ | 1110111110101011001111110011111101011110 | efab3f3f5e |
UTF-8 | 鍮됰퉱^ | 11101001100011011010111011101011100100001011000011101101100010011011000101011110 | e98daeeb90b0ed89b15e |
UHC | 鍮됰퉱^ | 11101011101110011000100111101011101110011000100101011110 | ebb989ebb9895e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)