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 | 迪基叉 | 111001111000110010001010111011101000110110110011 | e78c8aee8db3 |
| EUC-JP | 迪基叉 | 111011011110110010110100111100001011101010110101 | edecb4f0bab5 |
| UTF-8 | 迪基叉 | 111010001011111110101010111001011001111110111010111001011000111110001001 | e8bfaae59fbae58f89 |
| UHC | 迪基叉 | 111011101110100011010000111100011111001110101001 | eee8d0f1f3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)