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 | ??E??P | 001111110011111101000101001111110011111101010000 | 3f3f453f3f50 |
| SJIS-WIN | 嶸ェE嶸ェP | 1111101010110100101010100100010111111010101101001010101001010000 | fab4aa45fab4aa50 |
| EUC-JP | 嶸ェE嶸ェP | 100011111011101111110100100011101010101001000101100011111011101111110100100011101010101001010000 | 8fbbf48eaa458fbbf48eaa50 |
| UTF-8 | 嶸ェE嶸ェP | 1110010110110110101110001110111110111101101010100100010111100101101101101011100011101111101111011010101001010000 | e5b6b8efbdaa45e5b6b8efbdaa50 |
| UHC | 嶸?E嶸?P | 1110011110101110001111110100010111100111101011100011111101010000 | e7ae3f45e7ae3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)