Choose the right scope
Full URL or one component
Full URL mode preserves structural separators. Component mode safely encodes query values, parameter names, and path segments—including Unicode and emoji.
Private developer tools
Percent-encode or decode full URLs and individual components, choose form-style spaces, and inspect query parameters without sending anything away.
Readable input
Converted locally. Your URLs and parameters are never uploaded.
Conversion result
Choose the right scope
Full URL mode preserves structural separators. Component mode safely encodes query values, parameter names, and path segments—including Unicode and emoji.
Inspect before sharing
The built-in inspector separates the protocol, host, path, fragment, and repeated query parameters so encoded links are easier to verify.
How to use it
Useful for
Examples
The ampersand is encoded because it belongs to the value, not the query structure.
Know before you start
Common questions
No. Encoding, decoding, validation, and URL inspection all happen locally in your browser.
Use full URL mode to preserve separators such as colons, slashes, question marks, and ampersands. Use component mode for an individual query value, path segment, or parameter.
HTML form encoding commonly represents spaces as plus signs. Standard percent encoding represents them as %20.
Yes. International characters and emoji are converted to their UTF-8 percent-encoded representation.
URLs, parameters, and results stay in this browser and are never uploaded.
The tool reads and processes this input in your browser. Tool Packer's application server does not receive the input or generated result.
Read the full privacy explanation