URL Encoder / Decoder
Percent-encode text for use in a URL, or decode an encoded URL back to plain text.
Result will appear here.
How it works
Percent-encodes characters that aren't safe in URLs and decodes them back, using the browser's standard encodeURIComponent functions.