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 | 祇^ | 100010110101111101011110 | 8b5f5e |
| EUC-JP | 祇^ | 101101011100000001011110 | b5c05e |
| UTF-8 | 祇^ | 11100111101001011000011101011110 | e7a5875e |
| UHC | 祇^ | 110100011011011001011110 | d1b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)