Text & Code
URL Encoder / Decoder
Encode and decode URLs with percent-encoding. Parse URLs into components.
Your files stay on your device - processed locally via WebAssembly, never uploaded
Encoding Mode
🔒 All encoding and decoding happens in your browser. Nothing is sent anywhere.
Embed this tool on your website
Copy this code to add the URL Encoder / Decoder to your site for free. It runs entirely in your visitors' browsers - no API key, no usage limits.
<iframe src="https://optipix.art/embed/url-encoder" width="100%" height="600" style="border:1px solid #e4e4e7;border-radius:8px;" title="URL Encoder / Decoder by OptiPix" loading="lazy"></iframe> <p style="font-size:12px">Free tool by <a href="https://optipix.art/url-encoder">OptiPix URL Encoder / Decoder</a></p>
❤️ Love this tool? Support our team.
No ads, no tracking, no limits. Tips keep 104 tools free for everyone.
Secure payment via Stripe · No account needed
About URL Encoder / Decoder
Last updated: May 2026
OptiPix URL Encoder/Decoder konverterar text mellan mänskligt läsbart och procentkodat URL-format. Använd encodeURIComponent (standard), encodeURI eller fullständiga procentkodningslägen. Aktivera live-läge för att automatiskt konvertera medan du skriver. Den inbyggda URL-parsaren delar upp alla URL:er i sina komponenter – protokoll, värd, port, sökväg, frågeparametrar och fragment – vilket gör det enkelt att inspektera och felsöka URL:er. Kopiera kodad eller avkodad text med ett klick. Perfekt för webbutvecklare som arbetar med frågesträngar, API-integrationer och URL-felsökning. Allt körs i din webbläsare – inga data skickas till någon server.
How It Works
Verktyget använder JavaScripts inbyggda funktioner encodeURIComponent(), encodeURI() och decodeURIComponent() för standardkodning/avkodning. URL-parsaren använder URL-konstruktorn för att dekomponera URL:er till deras RFC 3986-komponenter.
Use Cases
- •Koda frågeparametrar för API-anrop
- •Avkoda procentkodade URL:er för felsökning
- •Parsera komplexa URL:er för att inspektera enskilda komponenter
- •Förbered text för säker inkludering i URL-sökvägar
- •Felsök URL-frågesträngar med specialtecken
You Might Also Like
If you find URL Encoder / Decoder useful, check out these related tools: HTML Entity Encoder / Decoder, Base64 Text Encoder / Decoder, and Hash Generator. All tools run entirely in your browser with no uploads or signups required.
Explore more: Browse all tools · Step-by-step guides · Tips & tutorials · Compare tools
Frequently Asked Questions
Vad är URL-kodning?
Vilka kodningslägen finns tillgängliga?
Kan jag parsa en URL till dess komponenter?
Skickas mina data till någon server?
Hanterar den internationella tecken?
Related Tools
HTML Entity Encoder / Decoder
Encode and decode HTML entities. Four encoding modes plus a searchable reference table of 100+ common entities.
Base64 Text Encoder / Decoder
Encode text to Base64 and decode Base64 back to text. URL-safe mode available.
Hash Generator
Generate MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes from text or files.
Bild till Base64
Koda bilder till Base64 / Data URI och avkoda Base64 tillbaka till bilder – direkt, i din webbläsare.