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 | £¯¡® | 10100011101011111010000110101110 | a3afa1ae |
| SJIS-WIN | £??? | 1000000110010010001111110011111100111111 | 81923f3f3f |
| EUC-JP | £¯¡® | 1010000111110010100011111010001010110100100011111010001011000010100011111010001011101110 | a1f28fa2b48fa2c28fa2ee |
| UTF-8 | £¯¡® | 1100001010100011110000101010111111000010101000011100001010101110 | c2a3c2afc2a1c2ae |
| UHC | ??¡® | 001111110011111110100010101011101010001011100111 | 3f3fa2aea2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)