🔗 URL Decoder
Decode percent‑encoded URL strings back to plain text. Perfect for API responses, query parameters, and form data — 100% client‑side, private.
📖 How to Use the URL Decoder
- Step 1: Paste a percent‑encoded string into the left text area.
- Step 2: Click "Decode URL" – the decoded plain text appears on the right.
- Step 3: Copy the decoded result to clipboard using "Copy Decoded".
- Step 4: Use "Swap" to exchange the encoded and decoded fields.
- Step 5: "Clear" resets both fields, and "Load Sample" provides an example.
💡 What is URL Decoding?
- ✔️ Converts percent‑encoded characters back to their original form (e.g., %20 → space).
- ✔️ Uses
decodeURIComponentfor safe and accurate decoding. - ✔️ Perfect for API responses, query parameters, and form data.
💡 Pro Tip: Use the swap button to quickly turn decoded text back into percent‑encoded format. All processing happens locally – your data never leaves your device.
🔒 100% client‑side • Your data never uploaded • Zero tracking • Instant decode