iconv -f old-encoding -t new-encoding file.txt > newfile.txt
iconv -f gbk -t utf8 filename > filename
iconv -l