Quoted-Printable Encoder
Encode and decode quoted-printable β the email MIME encoding with =XX escapes and soft line breaks.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Paste text or encoded content
For decoding, copy from the raw email source.
- 2
Pick the direction
Encode for MIME output, decode to recover the original text.
- 3
Copy the result
UTF-8 characters are handled correctly both ways.
Frequently Asked Questions
- A MIME encoding for email that keeps ASCII text readable while escaping other bytes as =XX hex sequences. Lines are soft-wrapped at 76 characters with a trailing =.
Related Tools
Base64 EncoderEncode text and binary data as Base64Base32 EncoderEncode or decode Base32 per RFC 4648URL EncoderPercent-encode and decode URLsHash GeneratorGenerate MD5, SHA-1, and SHA-256 hashesHMAC GeneratorCreate HMAC signatures with a secret keyBcrypt GeneratorHash and verify passwords with bcryptPassword GeneratorStrong random passwords with strength indicatorPassphrase GeneratorGenerate memorable multi-word passphrases