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 | 消 | 1000111111000001 | 8fc1 |
EUC-JP | 消 | 1011111011000011 | bec3 |
UTF-8 | 消 | 111001101011011010001000 | e6b688 |
UHC | 消 | 1110000110111100 | e1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)