Base64 Encode

← All Tools

Encode text to Base64 format. Standard for embedding data in URLs, emails, and API payloads.

Example

Hello World → SGVsbG8gV29ybGQ=

abc123 → YWJjMTIz

foo:bar → Zm9vOmJhcg==

Chain this tool with others in the Pipeline Builder →

Create multi-step text transformations

USED IN COOKBOOKS