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 | QY | 100100100101000110010001100111111001001001011001 | 9251919f9259 |
SJIS-WIN | ?Q???Y | 001111110101000100111111001111110011111101011001 | 3f513f3f3f59 |
EUC-JP | ?Q???Y | 001111110101000100111111001111110011111101011001 | 3f513f3f3f59 |
UTF-8 | QY | 11000010100100100101000111000010100100011100001010011111110000101001001001011001 | c29251c291c29fc29259 |
UHC | ?Q???Y | 001111110101000100111111001111110011111101011001 | 3f513f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)