ENCODE · LOCAL FIRST
Encode and decode URL components
Escape text for a URL query or path component and restore percent-encoded values.
URL Encoder Open →HOW TO USE
How to use
- 01
Paste the value into the input editor.
- 02
Choose Encode or Decode.
- 03
Copy the converted result into your URL or application.
USE CASES
Use cases
Build a query parameter
Encode spaces, Unicode, and reserved characters before adding a value to a URL.
Inspect an encoded URL
Decode percent escapes while debugging a redirect or request.
FAQ
Frequently asked questions
Does it encode an entire URL?
It uses URL-component encoding, which is intended for individual values rather than a complete URL.
Is the value uploaded?
No. Conversion runs locally in your browser.