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 | ?q | 0011111101110001 | 3f71 |
| SJIS-WIN | ?q | 0011111101110001 | 3f71 |
| EUC-JP | ?q | 0011111101110001 | 3f71 |
| UTF-8 | 혰q | 11101101100110001011000001110001 | ed98b071 |
| UHC | 혰q | 110000101001011101110001 | c29771 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)