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º²G | 100100100101000110010010010100001001000110111010100100011011001001000111 | 9251925091ba91b247 |
SJIS-WIN | ?Q?P????G | 001111110101000100111111010100000011111100111111001111110011111101000111 | 3f513f503f3f3f3f47 |
EUC-JP | ?Q?P?º??G | 0011111101010001001111110101000000111111100011111010001011101011001111110011111101000111 | 3f513f503f8fa2eb3f3f47 |
UTF-8 | QPº²G | 110000101001001001010001110000101001001001010000110000101001000111000010101110101100001010010001110000101011001001000111 | c29251c29250c291c2bac291c2b247 |
UHC | ?Q?P?º?²G | 0011111101010001001111110101000000111111101010001010110000111111101010011111011101000111 | 3f513f503fa8ac3fa9f747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)