Privvert logoPrivvert

Codificar URL

Codificación percent

Sobre esta herramienta

URL-encode or decode strings, and parse a full URL into its parts (protocol, host, path, query, hash).

Características

  • Encode/decode percent-escapes
  • Parse URL components
  • Pretty-print query parameters
  • Local

Cómo usarla

  1. Paste text or a URL.
  2. Pick encode, decode or parse.
  3. Copy the result.
🔒 100% privado

Todo sucede dentro de tu navegador usando JavaScript y WebAssembly. Tus archivos nunca se suben a un servidor, nunca se almacenan y nosotros nunca los vemos.

Preguntas frecuentes

What's the difference vs Base64?

URL encoding escapes characters that aren't safe in URLs (?, &, spaces). Base64 turns binary into text.