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 | 盛? | 100100001011011100111111 | 90b73f |
| EUC-JP | 盛? | 110000001011100100111111 | c0b93f |
| UTF-8 | 盛롙 | 111001111001101110011011111010111010000110011001 | e79b9beba199 |
| UHC | 盛롙 | 11100000111111001000111011011101 | e0fc8edd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)