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 | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
| SJIS-WIN | 怐韈韜e | 10011100100000011110100011100111111010001110100101100101 | 9c81e8e7e8e965 |
| EUC-JP | 怐韈韜e | 11010111111000011111000011101001111100001110101101100101 | d7e1f0e9f0eb65 |
| UTF-8 | 怐韈韜e | 11100110100000001001000011101001100111111000100011101001100111111001110001100101 | e68090e99f88e99f9c65 |
| UHC | ??韜e | 0011111100111111110101001011011101100101 | 3f3fd4b765 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)