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 | ëQ | 11101011101011011001001001010001 | ebad9251 |
SJIS-WIN | ???Q | 00111111001111110011111101010001 | 3f3f3f51 |
EUC-JP | ë??Q | 100011111010101110110011001111110011111101010001 | 8fabb33f3f51 |
UTF-8 | ëQ | 11000011101010111100001010101101110000101001001001010001 | c3abc2adc29251 |
UHC | ??Q | 0011111110100001101010010011111101010001 | 3fa1a93f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)