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.
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.