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?P????G | 001111110101000100111111010100000011111100111111001111110011111101000111 | 3f513f503f3f3f3f47 |
SJIS-WIN | ?Q?P????G | 001111110101000100111111010100000011111100111111001111110011111101000111 | 3f513f503f3f3f3f47 |
EUC-JP | ?Q?P????G | 001111110101000100111111010100000011111100111111001111110011111101000111 | 3f513f503f3f3f3f47 |
UTF-8 | 혪Q혪P혩쨘혩짼G | 111011011001100010101010010100011110110110011000101010100101000011101101100110001010100111101100101010001001100011101101100110001010100111101100101001111011110001000111 | ed98aa51ed98aa50ed98a9eca898ed98a9eca7bc47 |
UHC | 혪Q혪P혩쨘혩짼G | 110000101001001001010001110000101001001001010000110000101001000111000010101110101100001010010001110000101011001001000111 | c29251c29250c291c2bac291c2b247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)