{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.171Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://toolsly.tools/file-to-hex"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://toolsly.tools/wifi-qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"qr-code-reader","name":"QR Code Reader","url":"https://toolsly.tools/qr-code-reader"},{"slug":"code-to-image","name":"Code to Image","url":"https://toolsly.tools/code-to-image"},{"slug":"base64-to-image","name":"Base64 to Image","url":"https://toolsly.tools/base64-to-image"}],"kind":"converter","slug":"hex-to-file","name":"Hex to Binary File","description":"Parse a hex dump or hex string back into a binary file — strips offsets, ASCII columns, prefixes and separators automatically.","longDescription":"The inverse of file-to-hex. Paste or upload a text file containing hex bytes — in any reasonable shape (classic xxd hex dump with offset and ASCII column, plain continuous hex, 0xHH lists, C arrays, comma- or space-separated) — and download a .bin file with the reconstructed bytes. Offsets, ASCII sidecars, 0x prefixes, commas, and whitespace are all stripped. Hex pairs must be even in number on each line. Conversion is local — your data never leaves the browser.","category":"text","categoryName":"Text & Encoding","keywords":["hex to file","hex to bin","hex to binary file","hex dump to binary","xxd reverse","hexdump to file","hex string to bin","convert hex to binary file","hex to bytes file","hex parser to file","binary from hex","hex importer","hex to binary online"],"url":"https://toolsly.tools/hex-to-file","runsOn":"client","multiple":false,"batch":false,"input":{"type":"file","extensions":[".txt",".hex",".dump"],"mimeTypes":["text/plain",""]},"output":{"type":"file","extension":".bin","mimeType":"application/octet-stream"},"options":[{"type":"text","key":"filename","label":"Output filename","defaultValue":"output.bin","placeholder":"output.bin","help":"Used for the downloaded file. The .bin extension is added if missing."}],"invocation":{"webUi":"https://toolsly.tools/hex-to-file","api":null,"notes":"Currently runs client-side in the user's browser. Drop a file on the UI at `webUi` and download the converted result. A remote MCP/REST API is planned."}}