Skip to content
🔧

Компрессор LZW

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

Сжатие/распаковка по словарю LZW (классический алгоритм GIF).

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

Чистый JS

Без нативных API — работает в любом браузере, включая Safari без CompressionStream.

12-битные коды

Использует классическую схему кодов переменной ширины 9→12 бит с маркерами CLEAR/EOF.

Транспорт в Base64

Вывод кодируется в base64 для безопасного копирования/вставки между системами.

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

  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.

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