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 | 蓆脣 | 11100100111011001110001111111010 | e4ece3fa |
| EUC-JP | 蓆脣 | 11101000111011101110011011111100 | e8eee6fc |
| UTF-8 | 蓆脣 | 111010001001001110000110111010001000010010100011 | e89386e884a3 |
| UHC | 蓆脣 | 11100000101101101110001011101110 | e0b6e2ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)