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 | 噎畚憖 | 100110100111100011100001010111001001110011011001 | 9a78e15c9cd9 |
| EUC-JP | 噎畚憖 | 110100111101100111100001101111011101100011011011 | d3d9e1bdd8db |
| UTF-8 | 噎畚憖 | 111001011001100110001110111001111001010110011010111001101000011010010110 | e5998ee7959ae68696 |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)