TL;DR: Encode or decode URLs (percent-encoding) instantly in your browser — perfect for query parameters and form data.
Encode or decode URLs online for free — percent-encode strings for use in query parameters, or decode %20/%26/etc back to readable text. Runs entirely in your browser. For JWT decoding, use the dedicated JWT Decoder.
URL Encoder / Decoder is one of 179+ free file utilities on PrivaTools. The entire stack is open source under the MIT license, so the privacy guarantees can be audited end-to-end. You can also run all 179 tools on your own infrastructure with one docker compose command.
URL encoding only escapes characters that have special meaning in URLs. Base64 encodes any binary as ASCII (longer but binary-safe). Use Base64 for arbitrary data.
All in your browser — never paste a real production JWT into a server-side decoder. The standalone JWT Decoder tool shows expiry and claim details too.
Yes — outputs only ASCII-safe chars (alphanumeric + - _ . ~ % escapes).
Working with PDFs too? Try our Merge PDF, Compress PDF, PDF to Word, or all 175+ tools.