toololis
Voltar Voltar to Desenvolvedor
%

Codificador / Decodificador de URL — Ferramenta online grátis

Codifique ou decodifique strings URL instantaneamente

Codifique parâmetros de URL ou decodifique URLs com %-encoding. Codificador/decodificador de URL online e gratuito, no navegador.

📚
Saiba mais

Free URL encoder & decoder — instant, UTF-8 safe

Ferramentaolis URL Encoder converts between plain text and URL-safe percent-encoding. Use encodeURIComponent for individual query parameters or encodeURI for full URLs. Full UTF-8 support — emojis and international characters round-trip correctly.

How to use this tool

  1. 1

    Pick a mode

    Encode converts plain text to URL-safe percent-encoding. Decode converts %-encoded URLs back to readable text.

  2. 2

    Paste your input

    Drop in a URL, query string, or plain text. Conversion happens live as you type.

  3. 3

    Copy the result

    Tap Copy to send the encoded or decoded string to your clipboard.

Common encoding examples

Space
" "%20
Ampersand
&%26
Question mark
?%3F
Forward slash
/%2F

Frequently Asked Questions

What is URL encoding?
URL encoding (percent-encoding) replaces characters that have special meaning in URLs with % followed by their hex code. For example, a space becomes %20, and ? becomes %3F.
When do I need URL encoding?
Whenever you put user input into a URL: query parameters (?name=John%20Doe), path segments with special chars, or building API requests. Also essential for internationalized URLs (CJK text, accented letters).
What is the difference between encodeURI and encodeURIComponent?
encodeURI() preserves URL structure (doesn't encode :/?#). encodeURIComponent() encodes everything, including structural chars — use this for individual query param values.
Does this handle UTF-8?
Yes. Both encodeURIComponent and decodeURIComponent handle UTF-8 correctly. Emojis, CJK characters, accents all round-trip safely.
Is my data private?
Completely. Encoding/decoding runs in your browser using native JavaScript. Nãothing is sent anywhere.

Pontos-chave

  • URL Encoder / Decoder is a free, browser-based developer tool — encode or decode url-safe strings instantly.
  • Não signup, no downloads, no file uploads — your data stays on your device.
  • Works on desktop, tablet, and mobile. Install as a PWA for offline access.

How to Use URL Encoder / Decoder

  1. Open the tool: Launch URL Encoder / Decoder on Ferramentaolis — no account or download needed.
  2. Enter your data: Paste text, enter values, or select a file directly in your browser.
  3. Get instant results: Everything is processed locally — results appear immediately.
  4. Copy or download: Save your output or share it. Bookmark for quick access next time.

URL Encoder / Decoder — Quick Facts

Preço
Grátis — sem limites, sem marca d’água, sem paywall
Privacidade
100% no navegador — nenhum dado é enviado a servidores
Plataforma
Qualquer navegador moderno — desktop, tablet ou celular
Categoria
Desenvolvedor Ferramentas on Ferramentaolis
Offline
Works offline after first visit (Progressive Web App)
RecursoDetalhes
FerramentaURL Encoder / Decoder
CategoriaDesenvolvedor
Cadastro necessárioNão
Upload de arquivoNenhum — processado no navegador
Suporte mobileTotalmente responsivo
CustoGrátis para sempre

Why Use URL Encoder / Decoder?

You should try URL Encoder / Decoder for a quick, private way to encode or decode url-safe strings instantly. All processing happens in your browser. Your files and data never leave your device. According to web.dev, client-side processing is the gold standard for privacy.

On the other hand, dedicated APIs or desktop tools suit batch processing better. They also handle server-side automation. For everyday tasks, browser tools offer the best speed, privacy, and convenience.

You might also like

🔒
100% Privacidade. Esta ferramenta funciona inteiramente no seu navegador. Seus dados nunca são enviados a nenhum servidor.