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 | 鮏糶粢 | 111111000100001111100010111110101110001011100101 | fc43e2fae2e5 |
| EUC-JP | 鮏糶粢 | 10001111111010101101101111100100111111001110010011100111 | 8feadbe4fce4e7 |
| UTF-8 | 鮏糶粢 | 111010011010111010001111111001111011001110110110111001111011001010100010 | e9ae8fe7b3b6e7b2a2 |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)