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 | ?A | 0011111101000001 | 3f41 |
| SJIS-WIN | 刷A | 100011011111110001000001 | 8dfc41 |
| EUC-JP | 刷A | 101110101111111001000001 | bafe41 |
| UTF-8 | 刷A | 11100101100010001011011101000001 | e588b741 |
| UHC | 刷A | 111000011110110001000001 | e1ec41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)