Why does Excel show é instead of é?
When you double-click a CSV, Excel reads it with your system’s character table – on most Western Windows systems that’s Windows-1252. If the file is UTF-8 without a BOM, an invisible marker at the start of the file, accented letters are shown incorrectly.
Fix 1: Repair the file and save it with a BOM
- Drag the CSV file into the box above.
- Keep Save with BOM switched on – it’s preselected for CSV files.
- Download the repaired file and open it in Excel with a double-click.
If you already saved the file in Excel while the characters were shown wrong, the error is now part of the file itself. Mojibuster repairs that as well.
Fix 2: Import the CSV into Excel correctly
- Open a blank workbook and choose Data → From Text/CSV.
- Select the CSV file.
- Set File Origin to 65001: Unicode (UTF-8).
- Check the preview and click Load.
When saving from Excel
In “Save As”, choose CSV UTF-8 (Comma delimited). The plain “CSV (Comma delimited)” format saves in Windows-1252 – other programs then often show accented letters as �.
Frequently asked questions
Why does this only happen with some CSV files?
It depends on how the file was saved. Excel opens Windows-1252 files and UTF-8 files with a BOM correctly, but not UTF-8 without a BOM.
I already saved the broken file – is it lost?
No. The broken characters are now stored as é in the file, and é can be restored from that. Just drop the file into Mojibuster.
Does this apply to Excel for Mac too?
Yes. Excel for Mac often doesn’t recognize UTF-8 CSV files without a BOM either. So save the repaired file with a BOM.
What is a BOM?
The byte order mark is three invisible bytes at the start of a file. They tell programs like Excel: this file is UTF-8.