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 | QOnQOnB | 1001001001010001100100100100111101101110100100100101000110010010010011110110111001000010 | 9251924f6e9251924f6e42 |
SJIS-WIN | ?Q?On?Q?OnB | 0011111101010001001111110100111101101110001111110101000100111111010011110110111001000010 | 3f513f4f6e3f513f4f6e42 |
EUC-JP | ?Q?On?Q?OnB | 0011111101010001001111110100111101101110001111110101000100111111010011110110111001000010 | 3f513f4f6e3f513f4f6e42 |
UTF-8 | QOnQOnB | 110000101001001001010001110000101001001001001111011011101100001010010010010100011100001010010010010011110110111001000010 | c29251c2924f6ec29251c2924f6e42 |
UHC | ?Q?On?Q?OnB | 0011111101010001001111110100111101101110001111110101000100111111010011110110111001000010 | 3f513f4f6e3f513f4f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)