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 | 赦爾驗 | 100011101100110110001110101000101110100110000100 | 8ecd8ea2e984 |
| EUC-JP | 赦爾驗 | 101111001100111110111100101001001111000111100100 | bccfbca4f1e4 |
| UTF-8 | 赦爾驗 | 111010001011010110100110111001111000100010111110111010011010100110010111 | e8b5a6e788bee9a997 |
| UHC | 赦爾驗 | 110111101111010111101100101100111111101011010000 | def5ecb3fad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)