{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.191Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"qr-code-reader","name":"QR Code Reader","url":"https://toolsly.tools/qr-code-reader"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://toolsly.tools/file-to-hex"},{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://toolsly.tools/hex-to-file"},{"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":"base64-encode","name":"Base64 Encode","url":"https://toolsly.tools/base64-encode"}],"kind":"utility","slug":"hex-to-text","name":"Hex to Text","description":"Decode a hex string back to UTF-8 text — accepts 0x prefixes, spaces, and any case.","longDescription":"Paste a hex-encoded string and recover the original UTF-8 text. The tool strips whitespace, optional 0x prefixes, and parses byte-by-byte to rebuild the source characters. Useful for inspecting binary protocols, debugging hex dumps, or decoding hex-encoded payloads. Runs locally in your browser.","category":"text","categoryName":"Text & Encoding","keywords":["hex to text","hex decoder","hex to string","hex to ascii","hex to utf8","decode hex","hexadecimal decoder","hex string decoder","convert hex to text","hex to text online","hex to text free","hex viewer","hex bytes decoder"],"badge":"Decoder","url":"https://toolsly.tools/hex-to-text","inputs":[{"type":"text","key":"hex","label":"Hex string","placeholder":"48656c6c6f2c20776f726c6421","multiline":true,"monospace":true,"help":"Spaces, newlines, commas, and 0x prefixes are stripped automatically."}],"outputs":[{"key":"text","label":"Decoded text","multiline":true},{"key":"byteLength","label":"Byte length"}],"invocation":{"webUi":"https://toolsly.tools/hex-to-text","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}