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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 巍勘 | 10011011110110011000101010101000 | 9bd98aa8 |
| EUC-JP | 巍勘 | 11010110110110111011010010101010 | d6dbb4aa |
| UTF-8 | 巍勘 | 111001011011011110001101111001011000101110011000 | e5b78de58b98 |
| UHC | 巍勘 | 11101000111001001100101011101011 | e8e4caeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)