Deflate 압축기
압축 · 무료 온라인 도구
Deflate 알고리즘 압축/해제 (네이티브 CompressionStream).
Click "Compress" to run...Zlib 래핑 Deflate
zlib(RFC 1950) 프레이밍을 생성하는 CompressionStream('deflate')을 사용합니다.
실시간 비율
각 실행 후 입력/출력 바이트 수와 압축 비율을 즉시 확인합니다.
Base64 전송
압축된 바이트는 base64로 인코딩되어 어디든 붙여넣을 수 있으며, 다시 디코딩할 수 있습니다.
Deflate 압축기 사용 방법
- 1Enter or paste the text you want to compress.
- 2Select the compression algorithm (gzip, deflate, or brotli).
- 3Click compress to reduce the data size.
- 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.
관련 도구
Zlib 압축기
Zlib 형식 (RFC 1950) 압축 및 해제.
Raw Deflate 압축기
zlib 헤더 없는 Raw Deflate 스트림 압축/해제.
LZ-String 압축기
URL/LocalStorage 내 짧은 텍스트를 위한 lz-string 압축/해제.
LZUTF-8 압축기
UTF-8 텍스트에 최적화된 LZUTF-8 압축/해제.
LZMA 압축기
LZMA/LZMA2 고효율 압축 및 해제.
LZ4 압축해제기
빠른 해제를 위한 LZ4 형식 해제 (lz4js).
LZW 압축기
LZW 사전 압축/해제 (고전 GIF 알고리즘).
LZ77 압축기
학습용 LZ77 슬라이딩 윈도우 압축/해제.