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 | ?D?Q???Y | 0011111101000100001111110101000100111111001111110011111101011001 | 3f443f513f3f3f59 |
SJIS-WIN | ?D?Q???Y | 0011111101000100001111110101000100111111001111110011111101011001 | 3f443f513f3f3f59 |
EUC-JP | ?D?Q???Y | 0011111101000100001111110101000100111111001111110011111101011001 | 3f443f513f3f3f59 |
UTF-8 | 혪D혪Q혩쨋혪Y | 111011011001100010101010010001001110110110011000101010100101000111101101100110001010100111101100101010001000101111101101100110001010101001011001 | ed98aa44ed98aa51ed98a9eca88bed98aa59 |
UHC | 혪D혪Q혩쨋혪Y | 11000010100100100100010011000010100100100101000111000010100100011100001010110110110000101001001001011001 | c29244c29251c291c2b6c29259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)