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 | ??璃 | 00111111001111111001011110011110 | 3f3f979e |
| EUC-JP | ??璃 | 00111111001111111100110111111110 | 3f3fcdfe |
| UTF-8 | 欌쇳璃 | 111001101010110010001100111011001000011110110011111001111001001010000011 | e6ac8cec87b3e79283 |
| UHC | 欌쇳璃 | 111011011110101110111100111011011101011111100011 | edebbcedd7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)