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 | QPº²B | 100100100101000110010010010100001001000110111010100100011011001001000010 | 9251925091ba91b242 |
SJIS-WIN | ?Q?P????B | 001111110101000100111111010100000011111100111111001111110011111101000010 | 3f513f503f3f3f3f42 |
EUC-JP | ?Q?P?º??B | 0011111101010001001111110101000000111111100011111010001011101011001111110011111101000010 | 3f513f503f8fa2eb3f3f42 |
UTF-8 | QPº²B | 110000101001001001010001110000101001001001010000110000101001000111000010101110101100001010010001110000101011001001000010 | c29251c29250c291c2bac291c2b242 |
UHC | ?Q?P?º?²B | 0011111101010001001111110101000000111111101010001010110000111111101010011111011101000010 | 3f513f503fa8ac3fa9f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)