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 | 巐楠弌 | 111110101011011010010011111011011001100010011111 | fab693ed989f |
| EUC-JP | 巐楠弌 | 10001111101110111111100111000110111011111101000010100001 | 8fbbf9c6efd0a1 |
| UTF-8 | 巐楠弌 | 111001011011011110010000111001101010010110100000111001011011110010001100 | e5b790e6a5a0e5bc8c |
| UHC | ?楠? | 00111111110100011111100000111111 | 3fd1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)