It converts the string str encoded in in_charset to the string encoded in out_charset. It returns the converted string or FALSE, if it fails.
<?php echo iconv("ISO-8859-1","UTF-8","This is a test."); ?>