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 | ??A | 001111110011111101000001 | 3f3f41 |
| SJIS-WIN | 蛻キA | 11100101100010001011011101000001 | e588b741 |
| EUC-JP | 蛻キA | 1110100111101000100011101011011101000001 | e9e88eb741 |
| UTF-8 | 蛻キA | 11101000100110111011101111101111101111011011011101000001 | e89bbbefbdb741 |
| UHC | ??A | 001111110011111101000001 | 3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)