Using iconv to convert from UTF-16LE to UTF-8 March 3, 2023 by Tarik I forgot the -o switch! The final command is : iconv -f UTF-16LE -t UTF-8 <filename> -o <new-filename>