URL Encoder / Decoder

Percent-encode or decode URLs and query-string values. Encode or decode URLs and query parameters online. Full component-level encoding, decoding of existing links and space-handling options. Free percent-encoder.

Cet outil fonctionne à 100 % dans votre navigateur. Vos saisies ne sont jamais envoyées à un serveur : vous pouvez même passer hors ligne après le chargement de la page.

À propos de URL Encoder / Decoder

Spaces, ampersands, emoji and non-Latin characters must be percent-encoded before they can travel in a URL. This tool encodes complete URLs and individual query values, decodes existing links back to readable form, and lets you choose between strict component encoding (spaces become %20) and form-style encoding (spaces become +). A must-have when debugging links, building query strings or reading encoded analytics data.

Comment utiliser URL Encoder / Decoder

  1. Paste your URL or parameter value.
  2. Select Encode or Decode.
  3. Choose the space handling your target system expects.
  4. Copy the converted URL.

Fonctionnalités clés

What is the difference between URL and component encoding?
Encoding a full URL keeps structural characters like "/" and "?" intact, while encoding a component escapes them too — because inside a query value they would otherwise change the URL's meaning.
Why do encoded URLs contain %20 or +?
Both represent a space. %20 is the standard percent-encoding; + is a legacy convention from HTML form submissions that some APIs still expect.

Outils Outils pour développeurs associés

D’autres utilitaires de la même catégorie.

Tout voir →