Zum Inhalt springen

URL-Kodierung/Dekodierung

Konvertieren Sie URL-Kodierung/Dekodierung von Text in Echtzeit. Zur Überprüfung von Abfrageparametern und zur Verarbeitung japanischer URLs.

100% Free No signup Browser-only 5 languages Dark mode

Falls nicht richtig funktioniert oder die Anzeige fehlerhaft ist Kontaktformular Bitte berichten Sie uns von hier aus. Wir werden dies zur Verbesserung nutzen.

Andere Online-Tools

Verwandte Artikel

📖 Wie man es benutzt

  1. 1
    Enter the text to encode
    Paste text containing Japanese, spaces, or special characters into the top textarea. It is encoded using encodeURIComponent in real time.
  2. 2
    Enter encoded text to decode
    Paste a URL-encoded string like %E3%81%93%E3%82%93 into the lower textarea to decode it back to the original text in real time.
  3. 3
    Copy the result and use it
    Click the Copy button at the top-right of each field to copy the result. Use it for query parameters, form data, or API requests.

❓ Häufig gestellte Fragen

What is the difference between encodeURIComponent and encodeURI?
encodeURIComponent encodes / : ? & = # and other URL structural characters, making it suitable for query parameter values. encodeURI is for encoding a full URL and leaves structural characters intact.
What happens to Japanese characters in URLs?
Japanese characters are converted to UTF-8 byte sequences and each byte is percent-encoded. For example, the character for "a" in hiragana becomes %E3%81%82.
Does the + symbol represent a space?
In application/x-www-form-urlencoded, + represents a space. With encodeURIComponent, + is encoded as %2B and a space becomes %20.
🐛 Sind Sie auf ein Problem mit diesem Tool gestoßen?

Vollständig kostenlos und ohne Registrierung. Auch Reproduktionsschritte sind ausreichend. Eingegangene Berichte werden direkt an die Betreiber weitergeleitet und dienen als Referenz für Korrektionen.

※ Um Probleme zu reproduzieren, werden Browser-Informationen (UA / Bildschirmgröße / Sprache / URL) automatisch gesendet