How to Use
Choose a mode:
- Encode: Convert text to URL-safe format
- Decode: Convert percent-encoded text back
encodeURI vs encodeURIComponent
encodeURI: Preserves structural chars. encodeURIComponent: Encodes ALL special characters.
Common URL Encodings
- Space → %20
- & → %26
- = → %3D
- # → %23
Step-by-Step Instructions
- 1Select Encode or Decode mode.
- 2Choose between full URL or component encoding.
- 3Paste or type your input.
- 4View the result instantly.
- 5Copy the output.