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
Please enter some input.
How to use
- Choose Compress or Decompress mode.
- Select gzip or deflate as the format.
- 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.
Related tools
Base64 Encoder / Decoder
Encode and decode Base64 text with UTF-8 support.
URL Encoder / Decoder
Percent-encode text and decode percent-encoded URLs.
HTML Encoder / Decoder
Escape HTML characters and decode entities back to text.
Base32 Encoder / Decoder
Convert text to RFC 4648 Base32 and decode it back.
ROT13 Converter
Apply the ROT13 cipher to letters while keeping everything else unchanged.
Quoted-Printable Encoder / Decoder
Encode and decode MIME quoted-printable text.