Both 7zip and rar support international character, but since tar file does not have encoding attribute, it only support ascii character. For tar file that works on windows, it may encounter a character encoding problem in mac or linux.
iconv --from-code=gb2312 --to-code=utf-8 < readme.txt > out.txt- For file that has encoding metadata in it, use
filecommand
file -I <filename>