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 | 疳玲 | 11100001011100001001011111100110 | e17097e6 |
| EUC-JP | 疳玲 | 11100001110100011100111011101000 | e1d1cee8 |
| UTF-8 | 疳玲 | 111001111001011010110011111001111000111010110010 | e796b3e78eb2 |
| UHC | 疳玲 | 11001010111101111101011010111100 | caf7d6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)