Tools

URL Encoder/Decoder

Encode and decode URLs and URI components

Encode URL

Encodes entire URLs, preserving special characters like :, /, ?, #

https://example.com/path with spaces

Encode Component

Encodes all characters except A-Z a-z 0-9 - _ . ! ~ * ' ( )

name=John Doe&email=test@example.com

Examples

Original
https://example.com/search?q=hello world&lang=en
Encoded
https://example.com/search?q=hello%20world&lang=en

If you find these tools useful, consider supporting development!

Thank you! β˜•

Buy me a coffee