{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-06-02T15:45:21.782Z","discovery":{"catalog":"https://myaitools.net/tools.json","llmsTxt":"https://myaitools.net/llms.txt","sitemap":"https://myaitools.net/sitemap.xml"},"relatedTools":[{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://myaitools.net/hex-to-file"},{"slug":"base64-decode","name":"Base64 Decode","url":"https://myaitools.net/base64-decode"},{"slug":"text-to-hex","name":"Text to Hex","url":"https://myaitools.net/text-to-hex"},{"slug":"binary-to-text","name":"Binary to Text","url":"https://myaitools.net/binary-to-text"},{"slug":"decimal-to-text","name":"Decimal to Text","url":"https://myaitools.net/decimal-to-text"},{"slug":"base32-decode","name":"Base32 Decode","url":"https://myaitools.net/base32-decode"},{"slug":"quoted-printable-decode","name":"Quoted-Printable Decode","url":"https://myaitools.net/quoted-printable-decode"},{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://myaitools.net/file-to-hex"}],"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://myaitools.net/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://myaitools.net/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."}}