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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 蝟頑カ | 1110010110010110100010101110011010110110 | e5968ae6b6 |
| EUC-JP | 蝟頑カ | 111010011111011010110100111010001000111010110110 | e9f6b4e88eb6 |
| UTF-8 | 蝟頑カ | 111010001001110110011111111010011010000010010001111011111011110110110110 | e89d9fe9a091efbdb6 |
| UHC | 蝟頑? | 1110101011011010111010001101011100111111 | eadae8d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)