Base64 Codificar / Decodificar Online

Free Grátis · Sem cadastro · Dados não enviados Used by 200K+ developers
Error
PLAIN TEXT
BASE64
// output

Mais Ferramentas para Desenvolvedores

Gerador Hash
MD5/SHA-256
Gerador HMAC
HMAC-SHA256
Decodificador JWT
Inspecionar token
URL Encoder
Codificar URL
Criptografia AES
AES-256
Criptografia RSA
RSA-OAEP
Formatador JSON
Formatar & validar
Regex
Testar ao vivo

Por Que Este é o Melhor Codificador & Decodificador Base64

Codificar Texto para Base64

Convert any plain text string to its Base64 representation instantly. Useful for embedding data in JSON, HTML, or API payloads.

Decodificar Base64 para Texto

Paste any Base64-encoded string and decode it back to human-readable text with one click.

Suporte UTF-8

Correctly handles Unicode and UTF-8 characters including emojis, Chinese, Arabic, and other non-ASCII text.

Codificação de Arquivos

Upload a file and encode it as Base64 — useful for embedding images or documents in data URIs or API calls.

Perguntas Frequentes

O que é codificação Base64?

Base64 is an encoding scheme that converts binary or text data into a string of ASCII characters. It is commonly used in emails, JWTs, data URIs, and API authentication.

Base64 é o mesmo que criptografia?

No. Base64 is encoding, not encryption. Anyone can decode a Base64 string without a key. Do not use it to secure sensitive data.

Por que Base64 é usado em tokens JWT?

JWTs use Base64url encoding (a URL-safe variant of Base64) to encode the header and payload, making them compact and safe to transmit in URLs and HTTP headers.

Guia detalhado
Guia Ferramentas de Segurança
Hash, HMAC, AES, RSA & JWT
Ler o guia