Encode UTF-8 text
The Base64 tool converts text to and from Base64 using UTF-8 for Unicode. It is useful for transport and embedding, but it does not compress or encrypt data.
Example input
DevKit toolsExpected output
RGV2S2l0IHRvb2xzLimitations and cautions
Base64 usually increases size by roughly one third and anyone can decode it. Secrets still require encryption and access control.