Base64: codificar e decodificar

Round-trip seguro para texto internacional.

Switch between encode and decode with correct UTF-8 for international characters.

Como usar esta ferramenta

  1. Choose Encode or Decode.
  2. Paste text or Base64 data into the field.
  3. Copy the transformed value — processing stays local.

Casos de uso típicos

  • Quickly testing tokens or snippets shared in chat.
  • Checking whether a string is valid Base64 before piping it elsewhere.

Limites e observações

  • This is a text-first helper — binary files should be handled with dedicated tools.
  • Very large strings may be slow on older phones.

Privacidade nesta página

Tags de análise de produto (caso adicionemos mais tarde) só devem carregar após consentimento. Este site não impõe rastreadores de terceiros.

Base64 codifica binário como ASCII. UTF-8 para caracteres Unicode.