Base64

Base64 is used to encode binary data as text and is used often in HTML and email. EmEditor has commands for encoding and decoding base64 data in theConvert > Encode/Decode menu.

A common use of base64 is to embed images in an HTML page. TheBase64 to Binary File… command allows you to extract the embedded data to an image file.