Encoding
Base64 Encode
Encode plain text into Base64.
Turn a percent-encoded URL string back into readable text. Useful for inspecting query strings, server logs, or copy-pasted links.
This tool accepts structured input and returns deterministic output in the browser with no server upload.
Turn a percent-encoded URL string back into readable text. Useful for inspecting query strings, server logs, or copy-pasted links.
URL decoding reverses percent-encoding: every %XX triple is interpreted as a UTF-8 byte and the result is decoded back to text. This tool wraps decodeURIComponent and surfaces malformed input ("%" without two hex digits, or invalid UTF-8 sequences) as "Invalid URL encoding".
hello%20world%20%26%20friends
hello world & friends
Discover related utilities in the Encoding category below.
Handpicked utilities you might find useful