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 | 題 | 1001000111101000 | 91e8 |
| EUC-JP | 題 | 1100001011101010 | c2ea |
| UTF-8 | 題 | 111010011010000110001100 | e9a18c |
| UHC | 題 | 1111000010111001 | f0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)