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 | ?^ | 0011111101011110 | 3f5e |
| SJIS-WIN | 調^ | 100100101011001001011110 | 92b25e |
| EUC-JP | 調^ | 110001001011010001011110 | c4b45e |
| UTF-8 | 調^ | 11101000101010101011111101011110 | e8aabf5e |
| UHC | 調^ | 111100001110000001011110 | f0e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)