Encodeur / Décodeur d'URL
Encoder ou décoder des composants d'URL pour une utilisation sûre dans les adresses web.
How to Use
- 1
Paste your text or URL into the input field.
- 2
Click Encode to percent-encode special characters, or Decode to convert percent-encoded strings back.
- 3
Copy the result with the copy button.
Features
RFC 3986 Compliant
Uses JavaScript's encodeURIComponent for standard percent-encoding compliant with RFC 3986.
Encode & Decode
Easily switch between encoding plain text to a URL-safe format and decoding encoded strings.
Handles Special Characters
Correctly encodes spaces, ampersands, equals signs, and other characters that are unsafe in URLs.
Instant Processing
Encoding and decoding happens instantly in your browser with no server requests.
FAQ
Quand ai-je besoin de l'encodage URL ?
Lors du passage de caractères spéciaux (espaces, &, =, etc.) dans les paramètres d'URL.
Quel standard est utilisé ?
Encodage pourcentage RFC 3986 via la fonction encodeURIComponent de JavaScript.