πŸ”—

URL Encoder/Decoder & Toolkit

Encode and decode URLs using different methods (encodeURI, encodeURIComponent, form data). Parse URLs into protocol, domain, path, query, and fragment. Edit each part separately and rebuild the URL. Query Manager gives you a table to add, edit, and delete parameters without messing with ampersands and equals signs. Compare encoding methods side-by-side to see the difference. Handle Punycode domains. Detect double-encoded URLs. Works in your browser. Never sends URLs to a server.

Example: https://example.com/search?q=hello world

How to Use

  1. Encode/Decode tab for basic encoding
  2. Parse & Build tab breaks URLs into editable parts
  3. Query Manager tab for working with parameters in a table
  4. Pick your encoding method: Full URL, Component, Query-only, or Form data
  5. Export query params as JSON

Frequently Asked Questions