DeveloperDarmowe narzedzie online

Koder i dekoder URL online

Zamieniaj tekst na format bezpieczny dla URL albo dekoduj zakodowane wartosci z powrotem do czytelnego tekstu. Przydatne dla query strings, debugowania, redirectow i workflow technicznych.

Wynik

hello%20world%20%26%20seo

Dlugosc wejscia

17

Dlugosc wyjscia

25

Przewodnik

Co robi to narzedzie

Czym jest

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.

Kiedy go uzywac

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.

Uzycie

Jak uzywac narzedzia

  1. 1

    Paste the value you want to transform and choose whether the workflow requires encoding or decoding.

  2. 2

    Run the tool and review the result carefully, especially if the value is part of a query string, redirect path or tracking parameter.

  3. 3

    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

Najczesciej zadawane pytania

Jaka jest roznica miedzy kodowaniem a dekodowaniem?

Kodowanie zamienia znaki specjalne na sekwencje bezpieczne dla URL, a dekodowanie zamienia te sekwencje z powrotem na czytelny tekst.

Czy moge uzyc tego do parametrow query?

Tak. Narzedzie jest przydatne do wartosci uzywanych w URL i query strings.

Powiazane tresci

Artykuly powiazane z tym narzedziem

Developer3 min

Czeste bledy URL encoding, ktore psuja linki i redirecty

Praktyczny przewodnik po najczestszych bledach URL encoding, w tym podwojnym kodowaniu, zepsutych query stringach, zlych parametrach i problemach z redirectami.

Czytaj artykul
Developer3 min

URL encoding vs Base64: kiedy uzywac ktorego

Porownaj URL encoding i Base64, aby wybrac wlasciwa opcje dla query stringow, payloadow, redirectow i danych API.

Czytaj artykul
Developer3 min

Kiedy uzywac kodera lub dekodera URL

Praktyczny przewodnik po percent encoding, query strings i sytuacjach, w ktorych kodowanie lub dekodowanie URL jest przydatne do debugowania, redirectow i web developmentu.

Czytaj artykul