Website & SEO tools

Domain, SEO, security, URLs, text, images, dev utilities—each tool has its own URL.

URL Encoder

URL encoder

Encoded (component)

Guide: URL Encoder

Topics in this category: Encoding, redirects, UTM

When to URL-encode

Encode reserved characters in query parameters (spaces, &, =, ?, #, non-ASCII). APIs and OAuth redirects often fail when encoding is wrong.

Encode each component appropriately—encoding an entire URL including scheme can double-encode if you are not careful.