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äà | 1110011101111110100011111000111110001111010100011110010011100000 | e77e8f8f8f51e4e0 |
SJIS-WIN | ?~???Q?? | 0011111101111110001111110011111100111111010100010011111100111111 | 3f7e3f3f3f513f3f |
EUC-JP | ç~???Qäà | 1000111110101011101011100111111000111111001111110011111101010001100011111010101110100011100011111010101110100010 | 8fabae7e3f3f3f518faba38faba2 |
UTF-8 | ç~Qäà | 1100001110100111011111101100001010001111110000101000111111000010100011110101000111000011101001001100001110100000 | c3a77ec28fc28fc28f51c3a4c3a0 |
UHC | ?~???Q?? | 0011111101111110001111110011111100111111010100010011111100111111 | 3f7e3f3f3f513f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)