100% Seguro en Cliente
• Tus datos se procesan localmente en tu navegador y nunca se suben.

Input URL / String

URL Output

URL Settings

Opciones de ConversiónEncode
Tamaño de salida-
Velocidad-
CODIFICACIÓN DE COMPONENTES URI

Motor de codificación y decodificación de URL

Codifica y decodifica URLs, parámetros de consulta y componentes URI según RFC 3986.

Estricto RFC 3986
Escapa caracteres reservados de OAuth y APIs (!'()*).
Desglose por Componentes
Separa protocolo, host, ruta, query y fragmento.
Unicode y Emojis
Codifica secuencias de bytes UTF-8 con exactitud porcentual.
Tabla de Parámetros
Editor interactivo para valores de cadenas de consulta.
Ciclo de Ejecución

Proceso de codificación de URI

Canalización de WebWorker en 4 fases

01Analizar

Descomposición de URL

Separa protocolo, dominio, segmentos de ruta y parámetros.

02Codificar

Porcentaje-Codificación RFC 3986

Convierte caracteres especiales en códigos hexadecimales %XX.

03Emit

Resultado e Inspección

Genera la URL codificada y la tabla de parámetros interactiva.

Especificaciones Técnicas

Herramientas de URL conformes a estándares

Estándares y Conformidad Empresarial

Codificación Estricta para APIs

Totalmente conforme con los requisitos de OAuth 1.0/2.0 y AWS SigV4.

Inspector de Query Parameters

Visualice, edite y vuelva a codificar pares clave-valor fácilmente.

Soporte para Emojis y Caracteres Especiales

Transforma caracteres internacionales en bytes UTF-8 válidos.

Seguridad y Privacidad Local

URLs y tokens confidenciales nunca se registran ni transmiten.

Matriz de Porcentaje de Codificación RFC 3986 vs Formulario

CarácterSignificado / FunciónEstándar (%XX)RFC 3986 EstrictoFormulario (+)
SpaceWhitespace separator%20%20
/Path segment separator%2FSeparador de segmentos de ruta en URIs.%2F
?Query string prefix%3FPrefijo de cadena de consulta en URLs.%3F
&Query parameter delimiter%26Delimitador entre múltiples parámetros de consulta.%26
=Query key-value separator%3DSeparador entre clave y valor de un parámetro.%3D
#Fragment / Anchor identifier%23Identificador de anclaje o fragmento de documento.%23
!Sub-delimiter (OAuth strict)! (Unencoded in JS)%21Subdelimitador estricto para especificaciones OAuth.
Preguntas Frecuentes

Preguntas Frecuentes

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.