100% Sécurisé Côté Client
• Vos données sont traitées localement dans votre navigateur et jamais téléversées.

Input URL / String

URL Output

URL Settings

Paramètres de ConversionEncode
Taille de sortie-
Vitesse-
ENCODAGE DE COMPOSANTS URI

Moteur d'encodage et décodage d'URL

Encodez et décodez des URLs, paramètres de requête et composants URI selon RFC 3986.

Conforme RFC 3986
Spécification standard pour les identifiants uniformes de ressources.
Découpage des Paramètres
Extrait et présente clairement les paires clé-valeur de la requête.
Double Mode Encodage
Choisissez entre l'encodage des composants ou de l'URL complète.
Sécurité Maximale
Décodez vos URL contenant des jetons d'accès en toute confidentialité.
Cycle d exécution

Processus d'encodage URI

Pipeline WebWorker en 4 étapes

01Analyser

Identification des éléments

Sépare le protocole, le domaine, le chemin et la chaîne de requête.

02Encoder

Encodage en pourcentages

Convertit les caractères non autorisés en séquences hexadécimales %XX.

03Emit

Restitution structurée

Affiche l'URL transformée et le tableau des paramètres associés.

Spécifications Techniques

Outils d'URL conformes aux standards

Normes d entreprise et conformité

Encodage standard RFC 3986

Échappe les espaces en %20 ainsi que les caractères réservés.

Mode formulaire standard

Prend en charge la convention des formulaires convertissant les espaces en +.

Prise en charge Unicode complète

Gère sans difficulté les caractères internationaux et émojis.

Débogueur de paramètres URL

Inspectez et modifiez facilement les paramètres complexes d'une requête.

Matrice d’Encodage RFC 3986 vs Formulaire

CaractèreSignification / FonctionStandard (%XX)RFC 3986 StrictFormulaire (+)
SpaceWhitespace separator%20%20
/Path segment separator%2FSéparateur de segments de chemin dans les URI.%2F
?Query string prefix%3FIndicateur marquant le début de la chaîne de requête (query string).%3F
&Query parameter delimiter%26Délimiteur séparant les différents paramètres d'une requête.%26
=Query key-value separator%3DOpérateur d'assignation reliant une clé à sa valeur.%3D
#Fragment / Anchor identifier%23Identifiant de fragment pointant vers une ancre de page.%23
!Sub-delimiter (OAuth strict)! (Unencoded in JS)%21Sous-délimiteur réservé requis par certaines spécifications d'authentification.
FAQ

Foire Aux Questions

Find instant, verified answers to common questions about data conversion, syntax formatting, encoding, and offline privacy.

How to convert JSON to CSV?

To convert JSON to CSV online: 1. Navigate to the FreeJSONtoCSV JSON to CSV Converter. 2. Paste your raw JSON array into the input box or upload a .json or .jsonl file. 3. The converter automatically parses the hierarchy, unrolls nested objects using dot-notation (e.g. user.address.city), and generates a clean RFC 4180 compliant CSV table. 4. Click Download CSV or Download Excel (.xlsx) to save your file. All conversions occur 100% locally in your browser with zero server uploads.

How to convert CSV to JSON?

To convert CSV to JSON: 1. Open the CSV to JSON Converter. 2. Paste your comma-, tab-, or semicolon-delimited table rows or drag-and-drop a .csv file. 3. The parser automatically detects delimiters, extracts column headers, and infers data types (numbers, booleans, nulls). 4. Download the generated structured JSON array or copy it to your clipboard. In Python, you can also use pandas.read_csv('file.csv').to_json('file.json', orient='records').

How to convert a JSON file to CSV?

To convert an entire JSON file to CSV without writing code, drag and drop your .json or newline-delimited JSON (NDJSON) file into the upload zone of the JSON to CSV Converter. Our multi-threaded Web Worker processes files up to 100MB in memory without locking your browser UI, then lets you export both .csv and native binary Excel .xlsx spreadsheets instantly.

Can you convert JSON to CSV?

Yes, you can convert JSON to CSV whenever the JSON represents a list of records or a structured object. Tabular data maps naturally to CSV rows and columns. When JSON contains nested objects or arrays, our tool flattens keys using dot-notation (e.g. location.geo.lat) and stringifies inner arrays so no data is lost during the conversion process.

What is the best tool for converting JSON to CSV?

The best tool for converting JSON to CSV is FreeJSONtoCSV. Unlike other online converters that transmit private records across third-party networks, FreeJSONtoCSV operates 100% client-side via in-browser Web Workers for complete privacy. It supports files up to 100MB, automatic dot-notation flattening, custom delimiters (comma, semicolon, tab, pipe), RFC 4180 quote escaping, and one-click direct Excel (.xlsx) exports.