AlwizTool Logo AlwizTool Logo

Base64 Encode / Decode

Encode or decode text with multiple encoding and output format options.

Input

Output

About Base64

Base64 encodes binary data as ASCII text using 64 printable characters. UTF-8 is the standard for Unicode text. Latin-1 handles single-byte legacy encodings. Hex lets you encode raw byte sequences. Binary converts 0/1 strings to bytes. UTF-16 is used in Windows and .NET environments. MIME format wraps lines at 76 characters as per RFC 2045.

Other Tools