MetaTools

URL Encode

URL Encode / Decode

Overview

Free URL encoder/decoder. Convert text to URL-safe format and decode URL-encoded strings instantly.

Encode or decode URL parameters and query strings.

Common workflows

  • Format and validate JSON before committing, debugging, or pasting payloads into API tools.
  • Decode JWTs, Base64 strings, URL-encoded text, and HTML entities while investigating data flow issues.
  • Preview HTML, CSS, and JavaScript together or convert between related web data formats like CSV, JSON, and YAML.

FAQ

What encoding is used?

We use standard percent-encoding (encodeURIComponent).

Can I decode full URLs?

Yes. Paste any URL-encoded string to decode it.