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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 哭韜 | 10011010010011001110100011101001 | 9a4ce8e9 |
| EUC-JP | 哭韜 | 11010011101011011111000011101011 | d3adf0eb |
| UTF-8 | 哭韜 | 111001011001001110101101111010011001111110011100 | e593ade99f9c |
| UHC | 哭韜 | 11001101110101101101010010110111 | cdd6d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)