编码转换

http://www.fileformat.info/tip/linux/iconv.htm

Detail

The basic command is:
iconv -f old-encoding -t new-encoding file.txt > newfile.txt

You can get a list of supported encodings with (that's a lower-case L, not a one):
iconv -l

原文地址:https://www.cnblogs.com/Wanggcong/p/5673874.html