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 | çùï½^ | 11100111111110011001111111101111101111011010110101011110 | e7f99fefbdad5e |
| SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| EUC-JP | çù?ï??^ | 10001111101010111010111010001111101010111110001100111111100011111010101111000001001111110011111101011110 | 8fabae8fabe33f8fabc13f3f5e |
| UTF-8 | çùï½^ | 11000011101001111100001110111001110000101001111111000011101011111100001010111101110000101010110101011110 | c3a7c3b9c29fc3afc2bdc2ad5e |
| UHC | ????½^ | 001111110011111100111111001111111010100011110110101000011010100101011110 | 3f3f3f3fa8f6a1a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)