{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-06-02T15:45:21.905Z","discovery":{"catalog":"https://myaitools.net/tools.json","llmsTxt":"https://myaitools.net/llms.txt","sitemap":"https://myaitools.net/sitemap.xml"},"relatedTools":[{"slug":"base64-decode","name":"Base64 Decode","url":"https://myaitools.net/base64-decode"},{"slug":"hex-to-text","name":"Hex to Text","url":"https://myaitools.net/hex-to-text"},{"slug":"binary-to-text","name":"Binary to Text","url":"https://myaitools.net/binary-to-text"},{"slug":"base32-decode","name":"Base32 Decode","url":"https://myaitools.net/base32-decode"},{"slug":"quoted-printable-encode","name":"Quoted-Printable Encode","url":"https://myaitools.net/quoted-printable-encode"},{"slug":"html-decode","name":"HTML Decode","url":"https://myaitools.net/html-decode"},{"slug":"unicode-to-text","name":"Unicode Escapes to Text","url":"https://myaitools.net/unicode-to-text"},{"slug":"url-decode","name":"URL Decode","url":"https://myaitools.net/url-decode"}],"kind":"utility","slug":"quoted-printable-decode","name":"Quoted-Printable Decode","description":"Decode Quoted-Printable (RFC 2045) text back to UTF-8 — handles =XX escapes and soft line breaks (=\\r\\n).","longDescription":"Paste a Quoted-Printable encoded string (the MIME encoding used for most email bodies that mix ASCII with the occasional accented character) and recover the original UTF-8 text. Soft line breaks (=\\r\\n or =\\n) are removed, =XX hex escapes are decoded byte-by-byte, and the resulting byte stream is parsed as UTF-8. Useful for reading raw MIME parts, debugging mailers, or recovering data from saved .eml files. Runs entirely in your browser.","category":"text","categoryName":"Text & Encoding","keywords":["quoted printable decode","qp decode","quoted-printable decoder","rfc 2045 decode","mime decode","email body decoder","quoted printable to text","convert quoted printable to text","decode quoted printable","qp decoder online","quoted printable converter","decode =XX","qp utf8 decode"],"badge":"Decoder","url":"https://myaitools.net/quoted-printable-decode","inputs":[{"type":"text","key":"encoded","label":"Quoted-Printable encoded","placeholder":"Na=C3=AFve r=C3=A9sum=C3=A9 =E2=80=94 voil=C3=A0!","multiline":true,"monospace":true}],"outputs":[{"key":"text","label":"Decoded text","multiline":true}],"invocation":{"webUi":"https://myaitools.net/quoted-printable-decode","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."}}