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 | 蟠血右 | 111001011011010010001100100011001000100101000101 | e5b48c8c8945 |
| EUC-JP | 蟠血右 | 111010101011011010110111111011001011000110100110 | eab6b7ecb1a6 |
| UTF-8 | 蟠血右 | 111010001001111110100000111010001010000110000000111001011000111110110011 | e89fa0e8a180e58fb3 |
| UHC | 蟠血右 | 110110101111011011111010111011001110100111010011 | daf6faece9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)