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 | ??ZU | 00111111001111110101101001010101 | 3f3f5a55 |
| SJIS-WIN | ?讓ZU | 0011111111100110101010000101101001010101 | 3fe6a85a55 |
| EUC-JP | 嶴讓ZU | 10001111101110111111001111101100101010100101101001010101 | 8fbbf3ecaa5a55 |
| UTF-8 | 嶴讓ZU | 1110010110110110101101001110100010101110100100110101101001010101 | e5b6b4e8ae935a55 |
| UHC | ?讓ZU | 0011111111100101110100110101101001010101 | 3fe5d35a55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)