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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
| EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
| UTF-8 | 飇렰熉 | 111010011010001110000111111010111010000010110000111001111000011010001001 | e9a387eba0b0e78689 |
| UHC | 飇렰熉 | 111110001111110010001110101111011110100111111011 | f8fc8ebde9fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)