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 | 棹 | 1001111010101000 | 9ea8 |
| EUC-JP | 棹 | 1101110010101010 | dcaa |
| UTF-8 | 棹 | 111001101010001110111001 | e6a3b9 |
| UHC | 棹 | 1101010010100001 | d4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)