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?T????B | 001111110101000100111111010101000011111100111111001111110011111101000010 | 3f513f543f3f3f3f42 |
SJIS-WIN | ?Q?T????B | 001111110101000100111111010101000011111100111111001111110011111101000010 | 3f513f543f3f3f3f42 |
EUC-JP | ?Q?T????B | 001111110101000100111111010101000011111100111111001111110011111101000010 | 3f513f543f3f3f3f42 |
UTF-8 | 혪Q혪T혩쨘혩짯B | 111011011001100010101010010100011110110110011000101010100101010011101101100110001010100111101100101010001001100011101101100110001010100111101100101001111010111101000010 | ed98aa51ed98aa54ed98a9eca898ed98a9eca7af42 |
UHC | 혪Q혪T혩쨘혩짯B | 110000101001001001010001110000101001001001010100110000101001000111000010101110101100001010010001110000101010110101000010 | c29251c29254c291c2bac291c2ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)