en fr

Base64 encoder

This simple web application converts a file to base64 (text). Optionally, first it compresses the data with the deflate algorithm, producing a result with a ZLIB compressed data format. The result is compatible with what Sysquake expects in embedded files (keyword embeddedfile in SQ files) or inline data (@/base64).

To use it, drag and drop a file into this page, then copy the content of the text field and paste it elsewhere.

The application, implemented in JavaScript, runs in your browser. Your file is not transmitted anywhere.

Deflate

Filename: -