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 | 裂趁 | 10010111111101001110011011100001 | 97f4e6e1 |
| EUC-JP | 裂趁 | 11001110111101101110110011100011 | cef6ece3 |
| UTF-8 | 裂趁 | 111010001010001110000010111010001011011010000001 | e8a382e8b681 |
| UHC | 裂? | 110101101010111000111111 | d6ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)