Search notes:

Shell command: iconv

iconv convertes text from one character encoding to another.

Example

$ iconv -f UTF8 -t LATIN1 foo.txt > foo.latin1.txt
This converts a UTF 8 encoded file foo.txt into a latin 1 encoded file named foo.latin1.txt.

See also

file can be used to determine the encoding of files.
recode
Some known character encodings
Shell commands

Index