convmv

Convert filenames between different character encodings

brewmacoslinux
Try with needOr install directly
Source

About

Filename encoding conversion tool

Commands

convmv

Examples

Convert filenames from ISO-8859-1 to UTF-8 encoding (dry run)$ convmv -f iso-8859-1 -t utf-8 -r --notest /path/to/files
Convert a single file from UTF-8 to ASCII with actual execution$ convmv -f utf-8 -t ascii filename.txt
List available encodings and test conversion without making changes$ convmv --list-encodings && convmv -f utf-8 -t iso-8859-1 --notest /path/to/directory