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äù | 1110011101111110100011111000111110001111010100011110010011111001 | e77e8f8f8f51e4f9 |
SJIS-WIN | ?~???Q?? | 0011111101111110001111110011111100111111010100010011111100111111 | 3f7e3f3f3f513f3f |
EUC-JP | ç~???Qäù | 1000111110101011101011100111111000111111001111110011111101010001100011111010101110100011100011111010101111100011 | 8fabae7e3f3f3f518faba38fabe3 |
UTF-8 | ç~Qäù | 1100001110100111011111101100001010001111110000101000111111000010100011110101000111000011101001001100001110111001 | c3a77ec28fc28fc28f51c3a4c3b9 |
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)