Veelvoorkomende URL encoding fouten die links en redirects breken
Praktische gids voor de meest voorkomende URL encoding fouten, inclusief dubbel encoderen, kapotte query strings, foute parameters en redirect problemen.
Artikel lezenZet tekst om naar een URL veilig formaat of decodeer gecodeerde waarden terug naar leesbare tekst. Handig voor query strings, debugging, redirects en technische workflows.
Resultaat
hello%20world%20%26%20seo
Lengte invoer
17
Lengte uitvoer
25
Gids
URL Encoder / Decoder is a free online tool that helps you convert text into percent encoded URL safe values or decode those values back into readable text.
It is useful when working with query strings, redirect targets, tracking parameters, API requests and debugging tasks where special characters can break a URL.
Use URL encoding when a value must live inside a URL and may contain spaces, symbols or reserved characters that would otherwise change the meaning of the link.
Use decoding when you receive an encoded parameter and need to inspect the real text behind it before debugging, editing or comparing it.
Gebruik
Paste the value you want to transform and choose whether the workflow requires encoding or decoding.
Run the tool and review the result carefully, especially if the value is part of a query string, redirect path or tracking parameter.
If the output still looks wrong, check whether the value was encoded twice or whether you are decoding a string that was never URL encoded.
FAQ
Encoderen zet speciale tekens om naar URL veilige reeksen, terwijl decoderen die reeksen weer terugzet naar leesbare tekst.
Ja. Het is handig voor waarden die binnen URLs en query strings worden gebruikt.
Verdieping
Praktische gids voor de meest voorkomende URL encoding fouten, inclusief dubbel encoderen, kapotte query strings, foute parameters en redirect problemen.
Artikel lezenVergelijk URL encoding en Base64 om de juiste optie te kiezen voor query strings, payloads, redirects en API data.
Artikel lezenPraktische gids over percent encoding, query strings en wanneer URL encoderen of decoderen nuttig is voor debugging, redirects en webdevelopment.
Artikel lezen