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\«FFQ | 1001001001000101100100100101110010010001101010110100011010010010010001101001001001010001 | 9245925c91ab4692469251 |
SJIS-WIN | ?E?\??F?F?Q | 0011111101000101001111110101110000111111001111110100011000111111010001100011111101010001 | 3f453f5c3f3f463f463f51 |
EUC-JP | ?E?\??F?F?Q | 0011111101000101001111110101110000111111001111110100011000111111010001100011111101010001 | 3f453f5c3f3f463f463f51 |
UTF-8 | E\«FFQ | 1100001010010010010001011100001010010010010111001100001010010001110000101010101101000110110000101001001001000110110000101001001001010001 | c29245c2925cc291c2ab46c29246c29251 |
UHC | ?E?\??F?F?Q | 0011111101000101001111110101110000111111001111110100011000111111010001100011111101010001 | 3f453f5c3f3f463f463f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)