๐
URL Encode / Decode
Encode or decode URL components and full URLs.
About This Tool
Encode special characters in URLs using percent-encoding or decode percent-encoded strings back to readable text. Supports both component encoding (for query parameters) and full URL encoding. Essential for web developers working with APIs, query strings, and URL manipulation.