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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 飮ε? | 1001111101011010100000111100001100111111 | 9f5a83c33f |
| EUC-JP | 飮ε? | 1101110110111011101001101100010100111111 | ddbba6c53f |
| UTF-8 | 飮ε컦 | 1110100110100011101011101100111010110101111011001011101110100110 | e9a3aeceb5ecbba6 |
| UHC | 飮ε컦 | 111010111110011010100101111001011011000010001111 | ebe6a5e5b08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)