πŸ”’No files storedπŸ›‘HTTPS encrypted⚑Works in your browserπŸ†“100% free, no signup
πŸ”—

URL Encoder / Decoder

Encode URLs for safe transmission or decode encoded URLs back to readable text.

Quick examples
Result appears here...

Common URL Encodings

β†’%20
!β†’%21
#β†’%23
$β†’%24
&β†’%26
@β†’%40
/β†’%2F
?β†’%3F
=β†’%3D
+β†’%2B
[β†’%5B
]β†’%5D

FAQ

What is URL encoding?+

URL encoding converts characters that are not allowed in URLs into a format that can be transmitted. For example, a space becomes %20.

When do I need to encode a URL?+

When passing data in query strings, when including special characters in URLs, or when working with APIs that require encoded parameters.

What is the difference between encodeURI and encodeURIComponent?+

encodeURIComponent encodes all special characters including /, ?, # and &. Use it for individual parameter values. encodeURI only encodes characters not allowed in a full URL.

Related Tools

Base64 Encoder/Decoder
Try this tool β†’
Slug Generator
Try this tool β†’
HTML Entity Encoder
Try this tool β†’