How do I convert the string 01100110 01101111 01101111
to foo
in Unix? Which of the GNU Core Utilities does that if any? I know how to do it in Python, but it must be possible with another tool, no? The tools hexdump
and od
don't seem to do the trick.
This tool does what I want: http://www.unit-conversion.info/texttools/convert-text-to-binary/