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 | ??S??H | 001111110011111101010011001111110011111101001000 | 3f3f533f3f48 |
| SJIS-WIN | 嶸ェS嶸ェH | 1111101010110100101010100101001111111010101101001010101001001000 | fab4aa53fab4aa48 |
| EUC-JP | 嶸ェS嶸ェH | 100011111011101111110100100011101010101001010011100011111011101111110100100011101010101001001000 | 8fbbf48eaa538fbbf48eaa48 |
| UTF-8 | 嶸ェS嶸ェH | 1110010110110110101110001110111110111101101010100101001111100101101101101011100011101111101111011010101001001000 | e5b6b8efbdaa53e5b6b8efbdaa48 |
| UHC | 嶸?S嶸?H | 1110011110101110001111110101001111100111101011100011111101001000 | e7ae3f53e7ae3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)