MV Tools

URL tool

URL Encoder and Decoder

Encode or decode a URL, query parameter, path segment, or percent-encoded text directly in your browser.

Encodes spaces, symbols, and Unicode characters for a query value or path segment.

URL Encoder and Decoder

Encode URL parameters, decode percent-encoded URLs, and switch between URL component and full URL modes locally in your browser.

What This Tool Does

This browser-based URL encoder and decoder converts spaces, Unicode text, query parameters, path segments, and percent-encoded strings. Component mode is useful for query values and path segments, while full URL mode keeps URL structure such as ://, ?, &, =, and # readable.

Common Use Cases

  • Encoding query parameters before testing an API URL
  • Decoding percent-encoded URLs copied from logs, browsers, or analytics tools
  • Checking whether to encode a full URL or only a URL component

How Data Is Handled

URL encoding and decoding runs entirely in your browser. Input and output text are not uploaded to the backend.

FAQ

Should I use component mode or full URL mode?

Use component mode for a query value or path segment. Use full URL mode when you want to keep the URL structure readable.

Does this support Unicode text?

Yes. Unicode text such as non-Latin characters is encoded into percent-encoded URL text.

Is my URL sent to the server?

No. This tool runs locally in your browser.