iconv - Convert encoding of given files from one encoding to another
iconv -f encoding -t encoding inputfile
The iconv program converts the encoding of characters in inputfile from one coded character set to another. The result is written to standard output unless otherwise specified by the --output option.
Convert characters from encoding
Convert characters to encoding
List known coded character sets
Specify output file (instead of stdout)
Print progress information.
iconv is written by Ulrich Drepper as part of the GNU C Library.
This man page is written by Joel Klecker <espy@debian.org>, for the Debian GNU/Linux system.