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 | 韆疲カ | 1110100011100110100101001110011010110110 | e8e694e6b6 |
| EUC-JP | 韆疲カ | 111100001110100011001000111010001000111010110110 | f0e8c8e88eb6 |
| UTF-8 | 韆疲カ | 111010011001111110000110111001111001011010110010111011111011110110110110 | e99f86e796b2efbdb6 |
| UHC | 韆疲? | 1111010011000111111110011010101000111111 | f4c7f9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)