Skip to content
🔧

Компрессор Deflate

Сжатие · Бесплатный онлайн-инструмент

Сжатие/распаковка алгоритмом Deflate (нативный CompressionStream).

Команда EZ4Code
233 символов
0 символов
Click "Compress" to run...

Deflate с zlib-обёрткой

Использует CompressionStream('deflate'), который создаёт zlib (RFC 1950) кадрирование.

Коэффициент в реальном времени

Просмотр количества байтов ввода/вывода и коэффициента сжатия сразу после каждого запуска.

Транспорт в Base64

Сжатые байты кодируются в base64, чтобы вы могли вставить их куда угодно, а затем декодировать обратно.

Как пользоваться: Компрессор Deflate

  1. 1Enter or paste the text you want to compress.
  2. 2Select the compression algorithm (gzip, deflate, or brotli).
  3. 3Click compress to reduce the data size.
  4. 4Copy or download the compressed output.

Возможности

  • ✓100% бесплатно — без регистрации, подписки и рекламы
  • ✓Работает полностью в браузере — данные не покидают ваше устройство
  • ✓Быстро и легко — мгновенный результат
  • ✓Кроссплатформенность — компьютеры, планшеты и смартфоны

Часто задаваемые вопросы

What compression algorithms are supported?

We support gzip, deflate, and brotli compression algorithms for text data.

Is there a file size limit?

Since tools run in your browser, the limit depends on your device memory. Most tools handle several megabytes without issues.

Can I decompress data produced by other software?

Yes. The decompression tools accept standard gzip, deflate, and brotli streams from any compliant source — command-line tools, web servers, or other libraries.

Why does the compressed output look unreadable?

Compressed data is binary, not text. Use Copy as Base64 or download it as a file — pasting raw compressed bytes into a text field will show garbled characters.

Похожие инструменты