Desarrollo
URL & Query String Builder
Build a full URL with query parameters; values are encoded for safe sharing
Con la confianza de más de 10k desarrolladores
Query parameters
=
=
Full URL
https://example.com/search?q=hello+world&page=1
Encoded with URLSearchParams (UTF-8 safe)
Duplicate keys are allowed (multiple ?tag=a&tag=b). Empty keys are skipped.
Sigue explorando
Otras herramientas de Desarrollo que te pueden gustar…
Formateador JSON
Formatea y valida JSON con resaltado de sintaxis
Probar
Base64 codificar/decodificar
Codifica y decodifica cadenas Base64
Probar
URL Encoder/Decoder
Encode and decode URL components and query strings
Probar
Generador UUID
Genera identificadores UUID únicos
Probar
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text
Probar
Regex Tester
Test and debug regular expressions with match highlighting
Probar
JWT Decoder
Decode and inspect JWT token header and payload
Probar
HTML Formatter
Beautify and format HTML code with proper indentation
Probar