host-to-IP utilities (hexlify / hexdump-style)

host-to-IP utilities (hexlify / hexdump-style)#

Quick hex / ASCII conversion idioms.

$ printf 'hi\n' | xxd -p
$ echo 6869 | xxd -r -p