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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | ?殃 | 001111111001111101101001 | 3f9f69 |
| EUC-JP | ?殃 | 001111111101110111001010 | 3fddca |
| UTF-8 | 뤌殃 | 111010111010010010001100111001101010111010000011 | eba48ce6ae83 |
| UHC | 뤌殃 | 10001111101111001110010011101010 | 8fbce4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)