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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 業??飮? | 10001011110001100011111100111111100111110101101000111111 | 8bc63f3f9f5a3f |
| EUC-JP | 業??飮? | 10110110110010000011111100111111110111011011101100111111 | b6c83f3fddbb3f |
| UTF-8 | 業좊벝飮퀮 | 111001101010010110101101111011001010001010001010111010111011001010011101111010011010001110101110111011011000000010101110 | e6a5adeca28aebb29de9a3aeed80ae |
| UHC | 業좊벝飮퀮 | 11100101111101101010000011101011100100111011100011101011111001101011010001000001 | e5f6a0eb93b8ebe6b441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)