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 | ? | 00111111 | 3f |
| SJIS-WIN | 康 | 1000110101001110 | 8d4e |
| EUC-JP | 康 | 1011100110101111 | b9af |
| UTF-8 | 康 | 111001011011101010110111 | e5bab7 |
| UHC | 康 | 1100101110101100 | cbac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)