URL Encoder / Decoder

Encode or decode URLs using percent-encoding or Base64. Everything runs in your browser.

Encode or Decode a URL

Encodes all special chars including / ? & = (for query params and path segments)

Output will appear here

Common Encodings Reference

CharacterEncodedDescription
%20Space
&%26Ampersand
=%3DEquals
+%2BPlus
#%23Hash
/%2FForward slash (component only)
?%3FQuestion mark (component only)

Component vs Full URL encoding

Use Component when encoding a single parameter value (e.g. a search term). Use Full URL when encoding an entire URL that needs to be embedded somewhere else.

Find this useful?

These tools are free and ad-free. Support the project!

Buy me a coffee

Related Tools