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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 竅絮^ | 1110001010000001111000110101000001011110 | e281e3505e |
| EUC-JP | 竅絮^ | 1110001111100001111001011011000101011110 | e3e1e5b15e |
| UTF-8 | 竅絮^ | 11100111101010111000010111100111101101011010111001011110 | e7ab85e7b5ae5e |
| UHC | 竅絮^ | 1101000010101011110111111111110001011110 | d0abdffc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)