Ffile2fix
Sign in Get started
← All tools

CSV Delimiter & Encoding Fixer

Auto-detect the real delimiter and character encoding of a messy CSV/TSV file and re-emit it as clean, UTF-8, comma-delimited CSV.

⚑ 99 points per successful run · Balance: 0 · Buy points

CSV / TSV Input

Paste a sample below, or upload a small file. The delimiter (comma, semicolon, tab, or pipe) and character encoding are auto-detected.

πŸ“„

Or click to Upload CSV/TSV

Optional β€” used instead of the pasted text if selected

Detection Report

Paste or upload CSV/TSV data to see the detection report.

How to Use

Paste a CSV/TSV sample or upload a small file. The tool strips a UTF-8 byte-order mark if present, detects whether the text is actually UTF-8, ISO-8859-1, or Windows-1252 and transcodes it to clean UTF-8, auto-detects the real field delimiter (comma, semicolon, tab, or pipe) by checking which one appears the same number of times across every line rather than just the first, and re-emits everything as a standard comma-delimited, UTF-8, BOM-free CSV file ready for download.