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 | 鞦蕣 | 11101000111000011110010011111010 | e8e1e4fa |
| EUC-JP | 鞦蕣 | 11110000111000111110100011111100 | f0e3e8fc |
| UTF-8 | 鞦蕣 | 111010011001111010100110111010001001010110100011 | e99ea6e895a3 |
| UHC | ?蕣 | 001111111110001011110010 | 3fe2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)