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 | EQEQ^ | 10010010010001010101000110010010010001010101000101011110 | 9245519245515e |
SJIS-WIN | ?EQ?EQ^ | 00111111010001010101000100111111010001010101000101011110 | 3f45513f45515e |
EUC-JP | ?EQ?EQ^ | 00111111010001010101000100111111010001010101000101011110 | 3f45513f45515e |
UTF-8 | EQEQ^ | 110000101001001001000101010100011100001010010010010001010101000101011110 | c2924551c29245515e |
UHC | ?EQ?EQ^ | 00111111010001010101000100111111010001010101000101011110 | 3f45513f45515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)