PHP utf8_decode() May 15, 2012 Pramod T P It converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1 Example <?php echo utf8_decode(“phpcodez”); ?>