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 | ??R | 001111110011111101010010 | 3f3f52 |
| SJIS-WIN | 螢R | 1110010110100011111101101100000001010010 | e5a3f6c052 |
| EUC-JP | 螢?R | 11101010101001010011111101010010 | eaa53f52 |
| UTF-8 | 螢R | 11101000100111101010001011101110100100111010011101010010 | e89ea2ee93a752 |
| UHC | 螢?R | 11111011101010110011111101010010 | fbab3f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)