Reverse Polarity Convert the given string from Binary to Hex to ASCII: echo "obase=16; ibase=2; <given-string>" | bc | xxd -r -p