Convert filenames between different character encodings
Filename encoding conversion tool
convmv$ convmv -f iso-8859-1 -t utf-8 -r --notest /path/to/files$ convmv -f utf-8 -t ascii filename.txt$ convmv --list-encodings && convmv -f utf-8 -t iso-8859-1 --notest /path/to/directory