PHP quoted_printable_encode() May 22, 2012 Pramod T P It convert a 8 bit string to a quoted-printable string Example <?php echo quoted_printable_encode(“php=0Acode”); ?> Output php=3D0Acode