SyntaxFix
Write A Post
Hire A Developer
Questions
You can use file -i file_name to check what exactly your original file format is.
file -i file_name
Once you get that, you can do the following:
iconv -f old_format -t utf-8 input_file -o output_file