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 | çùèh | 11100111111110011001101111101000100100111000110101101000 | e7f99be8938d68 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | çù?è??h | 10001111101010111010111010001111101010111110001100111111100011111010101110110010001111110011111101101000 | 8fabae8fabe33f8fabb23f3f68 |
UTF-8 | çùèh | 11000011101001111100001110111001110000101001101111000011101010001100001010010011110000101000110101101000 | c3a7c3b9c29bc3a8c293c28d68 |
UHC | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)