MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 3 as of 2023-05-26 13:48:32
  • ConvertHexadecimalDumpToBinary

Convert hexadecimal dump to binary

The command xxd with the -r option can do that.

Sample usage:

   1 nano test.hex #fill it with 41 41 41 42 31 31 33 0D 0A and save
   2 xxd -r -p test.hex | hexdump -C # to view the conversion
   3 xxd -r -p test.hex test.bin # store the conversion
   4 
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01