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 | [BQM | 100100100101101101000010100100011001111110010010010100011001001001001101 | 925b42919f9251924d |
SJIS-WIN | ?[B???Q?M | 001111110101101101000010001111110011111100111111010100010011111101001101 | 3f5b423f3f3f513f4d |
EUC-JP | ?[B???Q?M | 001111110101101101000010001111110011111100111111010100010011111101001101 | 3f5b423f3f3f513f4d |
UTF-8 | [BQM | 1100001010010010010110110100001011000010100100011100001010011111110000101001001001010001110000101001001001001101 | c2925b42c291c29fc29251c2924d |
UHC | ?[B???Q?M | 001111110101101101000010001111110011111100111111010100010011111101001101 | 3f5b423f3f3f513f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)