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 | CA | 100000110100001101000001 | 834341 |
| SJIS-WIN | ?CA | 001111110100001101000001 | 3f4341 |
| EUC-JP | ?CA | 001111110100001101000001 | 3f4341 |
| UTF-8 | CA | 11000010100000110100001101000001 | c2834341 |
| UHC | ?CA | 001111110100001101000001 | 3f4341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)