This command converts Character / String to ASCII code, converting to Binary from its ASCII code, conversion of Character / String to Decimal from its ASCII code, calculate or convert Hexa Decimal from its ASCII code.
Type the character / String in the below given field. The values will be converted automatically.
# echo $hex | perl -pe 's/(..)/chr(hex($1))/ge'