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 | 100101000100001101000001 | 944341 |
| EUC-JP | 任A | 110001111010010001000001 | c7a441 |
| UTF-8 | 任A | 11100100101110111011101101000001 | e4bbbb41 |
| UHC | 任A | 111011001111001001000001 | ecf241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)