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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鬩ェ諷募 | 11101001101010011010101011100110100001011001010111100101 | e9a9aae68595e5 |
| EUC-JP | 鬩ェ諷募 | 1111001010101011100011101010101011101011111001011100101011100111 | f2ab8eaaebe5cae7 |
| UTF-8 | 鬩ェ諷募 | 111010011010110010101001111011111011110110101010111010001010101110110111111001011000101110011111 | e9aca9efbdaae8abb7e58b9f |
| UHC | ??諷募 | 001111110011111111111001101001001101100110110100 | 3f3ff9a4d9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)