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 | 眷璃 | 11100001110001011001011110011110 | e1c5979e |
| EUC-JP | 眷璃 | 11100010110001111100110111111110 | e2c7cdfe |
| UTF-8 | 眷璃 | 111001111001110010110111111001111001001010000011 | e79cb7e79283 |
| UHC | 眷璃 | 11001111111011111101011111100011 | cfefd7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)