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?A~ | 00111111010000000011111101010001001111110100000101111110 | 3f403f513f417e |
SJIS-WIN | ?@?Q?A~ | 00111111010000000011111101010001001111110100000101111110 | 3f403f513f417e |
EUC-JP | ?@?Q?A~ | 00111111010000000011111101010001001111110100000101111110 | 3f403f513f417e |
UTF-8 | 혪@혪Q혪A~ | 11101101100110001010101001000000111011011001100010101010010100011110110110011000101010100100000101111110 | ed98aa40ed98aa51ed98aa417e |
UHC | 혪@혪Q혪A~ | 11000010100100100100000011000010100100100101000111000010100100100100000101111110 | c29240c29251c292417e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)