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 | ??晦 | 00111111001111111000101001000001 | 3f3f8a41 |
| EUC-JP | ??晦 | 00111111001111111011001110100010 | 3f3fb3a2 |
| UTF-8 | 뤾磻晦 | 111010111010010010111110111011111010010110100100111001101001100110100110 | eba4beefa5a4e699a6 |
| UHC | 뤾磻晦 | 100011111110101011011011111001001111110011100100 | 8feadbe4fce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)