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 | 100011000100001001000001 | 8c4241 |
| EUC-JP | 沓A | 101101111010001101000001 | b7a341 |
| UTF-8 | 沓A | 11100110101100101001001101000001 | e6b29341 |
| UHC | 沓A | 110100111100101101000001 | d3cb41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)