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 | ??¡ | 001111110011111110100001 | 3f3fa1 |
| SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
| EUC-JP | 暻?¡ | 10001111110000101101110100111111100011111010001011000010 | 8fc2dd3f8fa2c2 |
| UTF-8 | 暻눅¡ | 1110011010011010101110111110101110001000100001011100001010100001 | e69abbeb8885c2a1 |
| UHC | 暻눅¡ | 110011001101100110110100101010101010001010101110 | ccd9b4aaa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)