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 | ç~I`] | 1110011101111110100100001000100010001010010010010110000001011101 | e77e90888a49605d |
SJIS-WIN | ?~???I`] | 0011111101111110001111110011111100111111010010010110000001011101 | 3f7e3f3f3f49605d |
EUC-JP | ç~???I`] | 10001111101010111010111001111110001111110011111100111111010010010110000001011101 | 8fabae7e3f3f3f49605d |
UTF-8 | ç~I`] | 110000111010011101111110110000101001000011000010100010001100001010001010010010010110000001011101 | c3a77ec290c288c28a49605d |
UHC | ?~???I`] | 0011111101111110001111110011111100111111010010010110000001011101 | 3f7e3f3f3f49605d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)