Codifica Quoted-Printable Codage Quoted-Printable Quoted-Printable Code Codage Quoted-Printable Codificación QP

Quoted-printable encoding

Quoted-printable encoding (somtimes QP) involves using US-ASCII 7-bits encoding (non-accented letters) to encode a text that requires an alphabet of 8-bit characters (accented letters), such as ISO-Latin-1, which is used for most Western European languages.

Concept of quoted-printable encoding

With quoted-printable encoding, the standard characters, which in ASCII code run from 33 to 127 (except for the equal sign, which is code 61), are encoded using the 7-bit US-ASCII code.

8-bit special or accented characters (à, é, ç, ö, ñ, etc.) are encoded using the equal sign, followed by two hexadecimal digits. Below is the quoted-printable encoding for common special characters:

Character QP encoding
Space _
" =22
# =23
% =25
& =26
( =28
) =29
, =2C
. =2E
/ /
: =3A
; =3B
< =3C
= =3D
> =3E
? =3F
@ =40
[ =5B
\ =5C
] =5D
^ =5E
' =27
{ =7B
| =7C
} =7D
~ =7E

With quoted-printable encoding, text must be divided so that no line contains more than 76 characters.

Last update on Thursday October 16, 2008 02:43:14 PM.This document entitled « Quoted-printable encoding » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.

Best answers for « Quoted printable encoding » in :
Download Print Manager Plus Show Description The application was designed by Software Shelf Groups LTD, found in United States, Print Manager Plus is a tool that is known worldwide and most of the big enterprise uses it. The application allows you to manage the quota of the...
The Printer Show Printers The printer is a peripheral that allows you to make a print-out (on paper) of computer data. There are several printer technologies, the most common of which are: the daisy wheel printer the dot-matrix printer (also called impact...
BinHex encoding Show BinHex encoding BinHex encoding (a contraction of binary-to-hexadecimal) is a proprietary algorithm owned by Apple for converting 8-bit binary data into a 7-bit format. BinHex encoding, designed for Macintosh systems, is used to preserve file...
Background image/ Printed Watermark with Microsoft Word ShowBackground image/ Printed Watermark with Microsoft Word Insert a background image: Insert a Printed Watermark background: You might want to customize the blank background of your Word document either to advertise your business or...
Print Screen (Windows, Mac OS X and Unix/Linux) ShowHow to make a Print Screen (Windows, Mac OS X and Unix/Linux) What is a Print Screen? How to make a Print Screen (Windows) How to make a Print Screen (Mac OS X) How to make a Print Screen (Unix/Linux) Screen Capture Softwares What is a...
Sharing a Printer ShowSharing a Printer Sharing a computer with printer server Sharing printer with a print server How to share a printer to make it accessible from any workstation with a Microsoft Windows NT/2000/XP: First, we must quickly...
Download HP Universal Print Driver (UPD) PCL ShowThe HP UPD drivers (Universal Print Driver) are compatible unified drivers with all the printers of the range of HP LaserJet and HP Color LaserJet. Alternative spelling: HP universal print driver, HP UPD, HP universal printing pcl.
Base64 encoding ShowBase64 encoding The concept of Base64 encoding entails using US-ASCII (non-accented) characters to encode any sort of data in 8-bit form. Email protocols were originally designed to send messages in plain text only. But as email systems vary...