URL Encoder / Decoder
Encode and decode URLs and query parameters. Supports encodeURIComponent for params and encodeURI for full URLs
Encoding Modes:
- Query Parameter: Use for URL query strings and form data. Encodes spaces as %20.
- Full URL: Use for complete URLs. Preserves URL structure (/,:, etc).
Related Tools
Base64 Encoder / Decoder
💻 Developer ToolsEncode text to Base64 or decode Base64 back to text. Supports UTF-8 with auto-convert mode and copy buttons
HTML Entity Encoder
💻 Developer ToolsEncode text to HTML entities or decode entities back to text. Handles named, numeric and hex entities. Bulk text support with instant copy to clipboard.
QR Code Generator
💻 Developer ToolsGenerate QR codes for website URLs and plain text. Download as PNG or SVG with custom colours. Free, instant, no sign-up required.
JWT Decoder
💻 Developer ToolsDecode JWT tokens to see the header, payload and expiry status. Colour-coded sections with formatted JSON output. Paste any JWT to inspect its contents.