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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 缺碁 | 11100011100111101000110011101001 | e39e8ce9 |
EUC-JP | 缺碁 | 11100101111111101011100011101011 | e5feb8eb |
UTF-8 | 缺碁 | 111001111011110010111010111001111010001010000001 | e7bcbae7a281 |
UHC | 缺碁 | 11001100110000001101000110110011 | ccc0d1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)