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 | 癜翩 | 11100001100101011110001111000111 | e195e3c7 |
| EUC-JP | 癜翩 | 11100001111101011110011011001001 | e1f5e6c9 |
| UTF-8 | 癜翩 | 111001111001100110011100111001111011111110101001 | e7999ce7bfa9 |
| UHC | ?翩 | 001111111111100010111011 | 3ff8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)