Base64: codificar y decodificar
Round-trip seguro para texto internacional.
Switch between encode and decode with correct UTF-8 for international characters.
Cómo usar esta herramienta
- Choose Encode or Decode.
- Paste text or Base64 data into the field.
- 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.
Límites y advertencias
- This is a text-first helper — binary files should be handled with dedicated tools.
- Very large strings may be slow on older phones.
Privacidad en esta página
Etiquetas de analítica de producto (si las añade después) deben cargarse solo tras el consentimiento. Este sitio no incluye rastreadores obligatorios de terceros.
Base64 representa datos binarios como ASCII. UTF-8 para caracteres Unicode.