Convert CSV and JSON
Convert CSV and JSON Formats
Convert CSV to multiple encodings or JSON, and turn a list of JSON objects into CSV. Choose UTF-8 with or without a BOM. Files never leave your browser.
CSV processing stays in your browser
Your files are not uploaded to a server.
File selection
Supports CSV files with a header row or a UTF-8 JSON list of objects up to 50 MiB. File contents and names never leave your browser.
Drag and drop a CSV or JSON file here
Country-specific encodings
1 CSV file, up to 50 MiB
Import settings
How it works
Convert one CSV to the format you need
How it works
Convert one CSV to the format you need
Open a multilingual CSV and save it with a different character encoding or as JSON.
CSV input example
| Product | Amount |
|---|---|
| Apple | 1200 |
JSON output example
| JSON |
|---|
| [ { "Product": "Apple", "Amount": 1200 } ] |
1200 is exported as a number, while values with leading zeros such as 001 remain strings. The original CSV is not modified.
Convert CSV and JSON formats and encodings
Convert CSV to several text encodings or JSON, and turn a list of JSON objects into CSV.
Features
- Choose UTF-8 CSV with or without a BOM.
- Set each JSON column to String, Integer, Decimal, Boolean, or Auto.
How it works
- Choose a CSV or JSON file, then check the preview.
- Select a CSV output encoding or JSON and set column types if needed.
- Convert, review any formula warning, and download.
Before you start
- Conversion stops rather than replacing unsupported characters.
- Auto typing keeps values such as IDs with leading zeros as strings.
View FAQs for this tool
Related tools
After conversion, merge files or split one CSV by column value.
Related guides
- Convert between CSV and a list of JSON objects while preserving identifiers, values inside objects, and item counts.Read the guide
- A practical global-office checklist for selecting, converting, and testing CSV encoding and delimiters.Read the guide
- Fix strange characters in Excel and choose between UTF-8 with BOM, UTF-8 without BOM, and Windows-1252 for everyday CSV work.Read the guide