Script # Convert gbk to utf-8 in-place find . -type f | xargs -I {} iconv -f gbk -t utf8 {} -o {} Links Java use Unicode in String object. UTF