{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.251Z","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":"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://toolsly.tools/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://toolsly.tools/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."}}