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 | çùç¾^ | 11100111111110011001101111100111100011001011111001011110 | e7f99be78cbe5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | çù?ç??^ | 10001111101010111010111010001111101010111110001100111111100011111010101110101110001111110011111101011110 | 8fabae8fabe33f8fabae3f3f5e |
UTF-8 | çùç¾^ | 11000011101001111100001110111001110000101001101111000011101001111100001010001100110000101011111001011110 | c3a7c3b9c29bc3a7c28cc2be5e |
UHC | ?????¾^ | 0011111100111111001111110011111100111111101010001111101001011110 | 3f3f3f3f3fa8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)