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 | ??C??U | 001111110011111101000011001111110011111101010101 | 3f3f433f3f55 |
| SJIS-WIN | 嶸ェC嶸ェU | 1111101010110100101010100100001111111010101101001010101001010101 | fab4aa43fab4aa55 |
| EUC-JP | 嶸ェC嶸ェU | 100011111011101111110100100011101010101001000011100011111011101111110100100011101010101001010101 | 8fbbf48eaa438fbbf48eaa55 |
| UTF-8 | 嶸ェC嶸ェU | 1110010110110110101110001110111110111101101010100100001111100101101101101011100011101111101111011010101001010101 | e5b6b8efbdaa43e5b6b8efbdaa55 |
| UHC | 嶸?C嶸?U | 1110011110101110001111110100001111100111101011100011111101010101 | e7ae3f43e7ae3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)