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 | 壓潟罌 | 100110101101100010001010100000111110001110100000 | 9ad88a83e3a0 |
| EUC-JP | 壓潟罌 | 110101001101101010110011111000111110011010100010 | d4dab3e3e6a2 |
| UTF-8 | 壓潟罌 | 111001011010001110010011111001101011110110011111111001111011110110001100 | e5a393e6bd9fe7bd8c |
| UHC | 壓潟罌 | 111001001110001011100000101100111110010110100010 | e4e2e0b3e5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)