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 | ?G | 0011111101000111 | 3f47 |
| SJIS-WIN | 洗G | 100100001111010001000111 | 90f447 |
| EUC-JP | 洗G | 110000001111011001000111 | c0f647 |
| UTF-8 | 洗G | 11100110101101001001011101000111 | e6b49747 |
| UHC | 洗G | 111000011010100101000111 | e1a947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)