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 | 羇旧惨 | 111000111011001010001011100011001000111001010011 | e3b28b8c8e53 |
| EUC-JP | 羇旧惨 | 111001101011010010110101111011001011101110110100 | e6b4b5ecbbb4 |
| UTF-8 | 羇旧惨 | 111001111011111010000111111001101001011110100111111001101000001110101000 | e7be87e697a7e683a8 |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)