CSV↔JSON変換CSV ↔ JSON Converter
CSVをJSONに、JSONをCSVに相互変換。区切り文字・ヘッダー行の設定可。ブラウザ完結で外部送信なし。Convert CSV to JSON or JSON to CSV. Configure delimiters and headers. Runs entirely in your browser.
お気に入りについて About favorites
この端末のブラウザにのみ保存され、サーバーには送信されません。 Saved on this device only—never sent to our servers.
区切り文字Delimiter
↑ 赤くなっている箇所の前後を確認してください↑ Check around the highlighted area
✓ 変換結果(JSON)✓ Result (JSON)
↑ 赤くなっている箇所の前後を確認してください↑ Check around the highlighted area
✓ 変換結果(CSV)✓ Result (CSV)
使い方・ユースケース How to Use & Use Cases
CSV↔JSONの変換方向を選び、テキストを貼り付けます。区切り文字(カンマ・タブ・セミコロン)とヘッダー行の有無を設定し、「変換する」を押すと結果が表示されます。コピーしてそのまま使えます。 Choose CSV→JSON or JSON→CSV, paste your data, set the delimiter (comma, tab, or semicolon) and header option, then click Convert. Copy the output for immediate use.
ExcelやスプレッドシートのデータをAPI用JSONに直したいとき、エクスポートしたJSONをCSVで編集したいとき、ログや設定ファイルの形式変換を手早く試したいときなどに便利です。データは端末内だけで処理されます。 Useful for turning spreadsheet exports into API-ready JSON, converting JSON back to CSV for editing, or quickly testing format conversions on logs or config data—all on your device.
よくある質問FAQ
ファイルはサーバーに送られますか?Are files sent to a server?
送られません。処理はすべてブラウザ内で行われます。No. All processing happens in your browser on your device.
文字コードはUTF-8のみですか?Is only UTF-8 supported?
入出力ともにUTF-8です。Shift_JISのCSVは文字化けする場合があります。テキストエディタでUTF-8に変換してからご利用ください。Yes. Both input and output use UTF-8. Shift_JIS CSV files may display garbled text — convert to UTF-8 first.
CSVの区切り文字はカンマ以外に対応していますか?Are delimiters other than comma supported?
カンマ・タブ・セミコロンに対応しています。Excelで保存したTSVファイルはタブを選択してください。Yes. Comma, tab, and semicolon are supported.
セル内にカンマが含まれていても正しく変換できますか?Can it handle commas inside cells?
二重引用符で囲まれたフィールド(例:"東京, 大阪")は正しく解析されます。引用符内の二重引用符("")もエスケープ処理に対応しています。Yes. Cells wrapped in double quotes are handled correctly, even when they contain commas or line breaks.
JSONからCSVに変換できますか?Can JSON be converted to CSV?
できます。JSONの配列形式(オブジェクトの配列)をCSVに変換します。行によってキーが異なる場合も全キーを列として出力します。Yes. Switch to JSON → CSV mode and paste your JSON. The tool supports arrays of flat (non-nested) objects.
ネストしたJSONは変換できますか?Can nested JSON be converted?
ネスト(入れ子)になったオブジェクトや配列はCSVに変換できません。フラットな構造(1階層のオブジェクトの配列)のみ対応しています。No. Only flat structures (arrays of single-level objects) are supported.
空のセルはどう変換されますか?How are empty cells handled?
CSVの空セルはJSON変換時に空文字列("")として扱われます。JSON→CSV変換時にキーが存在しない場合も空文字列で補完されます。Empty CSV cells are treated as empty strings in JSON. Missing keys in JSON are output as empty strings in CSV.
ページを閉じれば、端末内のデータは自動的に消去されます。契約書や顧客資料など、慎重に扱うデータも安心してご利用ください。When you close the page, data on your device is cleared automatically. Safe for sensitive files such as contracts and client documents.