Privvert logoPrivvert

Encoder/décoder URL

Encodage pourcent

À propos de cet outil

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

Fonctionnalités

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

Comment l'utiliser

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

Tout se passe dans votre navigateur grâce à JavaScript et WebAssembly. Vos fichiers ne sont jamais téléversés, jamais stockés et jamais vus par nous.

Questions fréquentes

What's the difference vs Base64?

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