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 | ¡? | 1010000100111111 | a13f |
| SJIS-WIN | ?? | 0011111100111111 | 3f3f |
| EUC-JP | ¡? | 10001111101000101100001000111111 | 8fa2c23f |
| UTF-8 | ¡€ | 1100001010100001111000101000001010101100 | c2a1e282ac |
| UHC | ¡€ | 10100010101011101010001011100110 | a2aea2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)