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 | ÂQÂBh | 11000010100100100101000111000010100100100100001001101000 | c29251c2924268 |
SJIS-WIN | ??Q??Bh | 00111111001111110101000100111111001111110100001001101000 | 3f3f513f3f4268 |
EUC-JP | Â?QÂ?Bh | 1000111110101010101001000011111101010001100011111010101010100100001111110100001001101000 | 8faaa43f518faaa43f4268 |
UTF-8 | ÂQÂBh | 1100001110000010110000101001001001010001110000111000001011000010100100100100001001101000 | c382c29251c382c2924268 |
UHC | ??Q??Bh | 00111111001111110101000100111111001111110100001001101000 | 3f3f513f3f4268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)