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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 射貽^ | 1000111011001011111001101100010001011110 | 8ecbe6c45e |
| EUC-JP | 射貽^ | 1011110011001101111011001100011001011110 | bccdecc65e |
| UTF-8 | 射貽^ | 11100101101100001000010011101000101100101011110101011110 | e5b084e8b2bd5e |
| UHC | 射貽^ | 1101111011010010111011001100001001011110 | ded2ecc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)