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 | 蟠滓、 | 1110010110110100100111111110011010100100 | e5b49fe6a4 |
| EUC-JP | 蟠滓、 | 111010101011011011011110111010001000111010100100 | eab6dee88ea4 |
| UTF-8 | 蟠滓、 | 111010001001111110100000111001101011101110010011111011111011110110100100 | e89fa0e6bb93efbda4 |
| UHC | 蟠滓? | 1101101011110110111011101010101100111111 | daf6eeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)