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 | 上醫^ | 1000111111100011111001111100111001011110 | 8fe3e7ce5e |
| EUC-JP | 上醫^ | 1011111011100101111011101101000001011110 | bee5eed05e |
| UTF-8 | 上醫^ | 11100100101110001000101011101001100001101010101101011110 | e4b88ae986ab5e |
| UHC | 上醫^ | 1101111110111110111011001010001001011110 | dfbeeca25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)