Free URL Encoder & Decoder

Safely percent-encode URL parameters or decode malformed links instantly. An advanced client-side utility for web developers working with REST APIs and HTTP requests.

Uses encodeURIComponent(). Encodes everything including `?`, `=`, `&`. Uncheck to encode a full URL without breaking its structure.
Parsing URI...
Output Result

What is URL Encoding?

URL Encoding (also known as Percent-Encoding) is a mechanism for safely encoding information in a Uniform Resource Identifier (URI). URLs can only be sent over the Internet using the ASCII character-set.