URL Encoder
Encode and decode URL strings online.
URL Encoder / Decoder
URL encoding and decoding (percent-encoding). An essential tool for working with URL parameters, API requests and debugging links with non-Latin characters.
URL special character encoding
URL-encoded string decoding
UTF-8 and Cyrillic support
Instant result
How to Use
- Paste a URL or text in the input field
- Choose a mode: encoding or decoding
- Copy the result in percent-encoding format
FAQ
URL encoding (percent-encoding) replaces special characters and non-Latin letters with %XX codes for safe transmission in URLs.
Encoding is needed when transmitting parameters with Cyrillic, spaces or special characters in URLs, API requests and forms.