URL Encoder
Encode or decode query values with encodeURIComponent, or encode/decode full URL strings. Copy results with one click.
Mode
How to uRL Encoder
- Choose Encode or Decode and component vs full URL mode.
- Paste text and run.
- Copy the output.
Private by design — encoding runs in your browser. Text is never sent to a server.
Related tools
Frequently asked questions
Component vs full URL?
Component mode is for query parameter values. Full URL mode encodes special characters while keeping URL structure readable.