Howto Convert Text File From UTF-8 to ISO-8859-15 Encoding ? iconv command

$ iconv -f iso-8859-15 -t utf-8 file > output.file

will convert file in utf8 encoding. The result is stored in output.file