Codificação/Decodificação de URL
Converta URL encoding/decoding de texto em tempo real. Para verificação de parâmetros de consulta e processamento de URLs em japonês.
100% Free
No signup
Browser-only
5 languages
Dark mode
Se não funcionar corretamente ou a exibição estiver incorreta Formulário de contato Favor nos informar a partir daqui. Usaremos para melhorar.
Outras ferramentas online
Artigos relacionados
📖 Como usar
-
1
Enter the text to encodePaste text containing Japanese, spaces, or special characters into the top textarea. It is encoded using encodeURIComponent in real time.
-
2
Enter encoded text to decodePaste 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
Copy the result and use itClick the Copy button at the top-right of each field to copy the result. Use it for query parameters, form data, or API requests.
❓ Perguntas frequentes
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.
🐛 Você encontrou um problema com esta ferramenta?
Completamente gratuito e sem registro. Até as etapas de reprodução são suficientes. Os relatos recebidos chegam diretamente aos operadores e servem como referência para correções.
✅
Obrigado por seu relato!
Recebido pelos administradores. Usaremos como referência para melhorias.