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 | 薐饗 | 11100101010100101000101111000000 | e5528bc0 |
| EUC-JP | 薐饗 | 11101001101100111011011011000010 | e9b3b6c2 |
| UTF-8 | 薐饗 | 111010001001011010010000111010011010010110010111 | e89690e9a597 |
| UHC | ?饗 | 001111111111101011000100 | 3ffac4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)