How to use it
URL Encoder Online Free
- Paste a readable value into the input panel — a redirect URI, a query parameter value, an email address, a file path, or any string that needs percent-encoding for safe use inside a URL.
- Click Encode. The page runs `encodeURIComponent` with a strict RFC 3986 wrapper that additionally escapes `!`, `*`, `'`, `(`, `)`. Toggle form-encoding on if you need `application/x-www-form-urlencoded` output (space → `+`).
- Copy or download the encoded result. To go the other direction, toggle Decode, paste a percent-encoded value, and click Decode. Nothing leaves your browser.