Why characters break
A CSV does not always say which text encoding it uses. If one app saves Windows-1252 or Shift_JIS and another assumes UTF-8, characters can look corrupted.
Repair strange characters and convert legacy CSV files to widely compatible UTF-8 while keeping Japanese and other Unicode text intact.
Your data never leaves your browser
A CSV does not always say which text encoding it uses. If one app saves Windows-1252 or Shift_JIS and another assumes UTF-8, characters can look corrupted.
Modern Excel can read UTF-8 reliably, but older exports and regional settings often produce legacy encodings. This tool writes standard UTF-8 with an optional BOM.
Shift_JIS detection is only a best guess. If the preview is wrong, choose the source encoding yourself before downloading.