📝 Text to Base64 Encoder

How to encode Text to Base64

Paste your plain text into the input box above and click Encode. The tool converts each character to its byte representation using the selected character set, then encodes those bytes in Base64.

Character Sets

UTF-8 is recommended for most use cases as it supports all Unicode characters. ASCII works only for basic Latin characters. Latin-1 is commonly used for Western European languages.

Example

Input:   Hello, World!
Output:  SGVsbG8sIFdvcmxkIQ==