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 | ??w | 001111110011111101110111 | 3f3f77 |
| SJIS-WIN | 螢w | 1110010110100011111101101100000001110111 | e5a3f6c077 |
| EUC-JP | 螢?w | 11101010101001010011111101110111 | eaa53f77 |
| UTF-8 | 螢w | 11101000100111101010001011101110100100111010011101110111 | e89ea2ee93a777 |
| UHC | 螢?w | 11111011101010110011111101110111 | fbab3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)