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 | ??B | 001111110011111101000010 | 3f3f42 |
| SJIS-WIN | ??B | 001111110011111101000010 | 3f3f42 |
| EUC-JP | 汭汭B | 10001111110001101110001010001111110001101110001001000010 | 8fc6e28fc6e242 |
| UTF-8 | 汭汭B | 11100110101100011010110111100110101100011010110101000010 | e6b1ade6b1ad42 |
| UHC | 汭汭B | 1110011111010111111001111101011101000010 | e7d7e7d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)