Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 183 Bytes

230.md

File metadata and controls

7 lines (5 loc) · 183 Bytes

Convert the given string from Binary to Hex to ASCII:

echo "obase=16; ibase=2; <given-string>" | bc | xxd -r -p