$ iconv -f utf8 -t gb2312 in_file.txt | iconv -f gb2312 -t big5 | iconv -f big5 -t utf8 > out_file.txt