URL Encode / Decode
Кодируйте и декодируйте URL, разбирайте поля и выявляйте Base64-фрагменты, спрятанные в путях и параметрах.
Paste a URL to inspect its fields.
Use this tool to encode text for safe URL usage, decode percent-encoded strings, and inspect a full URL as protocol, host, path segments, query parameters, and hash fragments.
The decode view also checks each parsed field for Base64 or URL-safe Base64 content. When a field decodes into readable UTF-8 text, the decoded value is shown directly below that field.
This is useful for debugging image proxy URLs, signed URLs, tracking parameters, nested redirect URLs, and CDN paths where an original URL may be embedded as Base64.