URL Encoder

Encode or decode strings using encodeURIComponent/encodeURI.

Support
Works Offline
Privacy First
No Login
No API

Input

Output

About the URL Encoder

Percent-encode text or full URLs for safe use in query strings and paths, or decode already-encoded URLs back to readable text. Toggle between component encoding and full-URI encoding modes.

Examples

Encode query value

hello world&more

Output

hello%20world%26more

Keyboard shortcuts

  • Copy the main outputCtrl / ⌘ + Shift + C
  • Download the resultCtrl / ⌘ + S
  • Share this toolCtrl / ⌘ + Shift + S
  • Reset the inputsAlt + R
  • Open the tool search paletteCtrl / ⌘ + K

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser