Aller au contenu
RapideTools

Encodeur / Décodeur d'URL

Encodez et décodez du texte d'URL.

Paste text to percent-encode it for safe use in a URL, or decode URL-encoded text back to readable form. Switch between Encode and Decode. Everything runs locally in your browser.

Votre saisie est traitée localement dans votre navigateur — rien n'est envoyé, stocké ni journalisé.

Ça vous a fait gagner du temps ?Offrez-moi un café

Comment ça marche

  1. 1 Choose Encode or Decode.
  2. 2 Paste your text.
  3. 3 Copy the result.

Cas d'usage courants

  • Encode query parameters safely.
  • Decode a URL to read it.
  • Fix special characters in links.
  • Prepare values for an API request.

Questions fréquentes

Is my input sent to a server?

No. Everything runs locally in your browser — your input is never uploaded, stored or logged.

Which encoding is used?

encodeURIComponent/decodeURIComponent — it encodes characters that aren't safe inside a URL component, including spaces and &.

Is it really free?

Yes — free, with no signup and no limits.