Toolora

Gzip / Deflate Compressor

Compress and decompress text with gzip or deflate as Base64.

Compress UTF-8 text with gzip or raw deflate and decompress Base64-encoded compressed data back into readable text.
Mode

How to use

  1. Choose Compress or Decompress mode.
  2. Select gzip or deflate as the format.
  3. Paste text or Base64 data and copy the result.

Frequently asked questions

Why is the compressed output Base64?

Base64 makes binary compressed data safe to copy, store and share as text.

Which formats are supported?

Gzip and raw deflate are available; choose the same format for decompression.