free seo tools
SEO.to / 23

URL encoder / decoder

Paste a string and get the percent-encoded form, or paste an encoded URL and decode it back. Uses the same rules your browser applies to query strings.

When encoding matters

URLs only safely carry a small set of characters. Spaces, slashes, ampersands and non-ASCII text must be percent-encoded, or links break, tracking parameters get split, and crawlers read garbage.

The two main uses

  • Query strings: utm values, search phrases, product names with spaces.
  • Paths: Unicode titles in slugs, reserved characters like ? and # inside a path segment.

Next