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 | èï½^ | 11101000100110111001111111101111101111011010110101011110 | e89b9fefbdad5e |
| SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| EUC-JP | è??ï??^ | 1000111110101011101100100011111100111111100011111010101111000001001111110011111101011110 | 8fabb23f3f8fabc13f3f5e |
| UTF-8 | èï½^ | 11000011101010001100001010011011110000101001111111000011101011111100001010111101110000101010110101011110 | c3a8c29bc29fc3afc2bdc2ad5e |
| UHC | ????½^ | 001111110011111100111111001111111010100011110110101000011010100101011110 | 3f3f3f3fa8f6a1a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)