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 | ? | 00111111 | 3f |
SJIS-WIN | 舌 | 1001000011100011 | 90e3 |
EUC-JP | 舌 | 1100000011100101 | c0e5 |
UTF-8 | 舌 | 111010001000100010001100 | e8888c |
UHC | 舌 | 1110000011011111 | e0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)