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 | ¡®¦¢ | 10100001101011101010011010100010 | a1aea6a2 |
| SJIS-WIN | ???¢ | 0011111100111111001111111000000110010001 | 3f3f3f8191 |
| EUC-JP | ¡®¦¢ | 1000111110100010110000101000111110100010111011101000111110100010110000111010000111110001 | 8fa2c28fa2ee8fa2c3a1f1 |
| UTF-8 | ¡®¦¢ | 1100001010100001110000101010111011000010101001101100001010100010 | c2a1c2aec2a6c2a2 |
| UHC | ¡®?? | 101000101010111010100010111001110011111100111111 | a2aea2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)