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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 澹℃礬 | 111000000101011110000001100011101110001001001000 | e057818ee248 |
| EUC-JP | 澹℃礬 | 110111111011100010100001111011101110001110101001 | dfb8a1eee3a9 |
| UTF-8 | 澹℃礬 | 111001101011111010111001111000101000010010000011111001111010010010101100 | e6beb9e28483e7a4ac |
| UHC | 澹℃礬 | 110100111100001010100001110010011101101011110011 | d3c2a1c9daf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)