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ä | 11100111011111101000110110001111100011110101000111100100 | e77e8d8f8f51e4 |
SJIS-WIN | ?~???Q? | 00111111011111100011111100111111001111110101000100111111 | 3f7e3f3f3f513f |
EUC-JP | ç~???Qä | 1000111110101011101011100111111000111111001111110011111101010001100011111010101110100011 | 8fabae7e3f3f3f518faba3 |
UTF-8 | ç~Qä | 110000111010011101111110110000101000110111000010100011111100001010001111010100011100001110100100 | c3a77ec28dc28fc28f51c3a4 |
UHC | ?~???Q? | 00111111011111100011111100111111001111110101000100111111 | 3f7e3f3f3f513f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)