Skip to content
🔧

Декомпрессор Gzip

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

Распаковка потоков Gzip с помощью DecompressionStream.

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

Нативный Gzip

Использует DecompressionStream('gzip') — без библиотек.

Проверка CRC-32

Трейлер gzip включает CRC-32 и исходный размер — браузер проверяет целостность.

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

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

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

  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.

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