URL Encoder / Decoder

Encode or decode URLs and query parameters. Supports Unicode characters.

About URL Encoding

URL encoding (percent-encoding) converts special characters into a format that can be safely transmitted in URLs. Characters like spaces, ampersands, and Unicode are replaced with %XX codes. This is required for query parameters, form data, API requests, and redirect URLs.

This tool encodes and decodes URL components with full Unicode support, handling international characters, emoji, and special symbols. Essential for debugging query strings, building OAuth callbacks, testing webhook URLs, and working with REST APIs.