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 | 鞁鞁 | 11101000110110011110100011011001 | e8d9e8d9 |
| EUC-JP | 鞁鞁 | 11110000110110111111000011011011 | f0dbf0db |
| UTF-8 | 鞁鞁 | 111010011001111010000001111010011001111010000001 | e99e81e99e81 |
| UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)