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 | 訃 | 1110011001011101 | e65d |
| EUC-JP | 訃 | 1110101110111110 | ebbe |
| UTF-8 | 訃 | 111010001010100010000011 | e8a883 |
| UHC | 訃 | 1101110110110101 | ddb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)