Quoted-Printable encoder and decoder
Quoted-Printable is the MIME content-transfer encoding defined in
RFC 2045 §6.7. It is designed for content that is mostly readable ASCII
with the occasional 8-bit character: printable bytes pass through untouched,
while everything else — accented letters, the = sign, and control
characters — is escaped as an =XX hexadecimal sequence. Long lines are soft-
wrapped at 76 characters with a trailing =.
Choose a direction, paste your input, and the result appears instantly — entirely in your browser, with nothing uploaded.