Skip to content
🔧

Zlib 압축기

압축 · 무료 온라인 도구

Zlib 형식 (RFC 1950) 압축 및 해제.

CoderNewbie 팀
Browsers map 'deflate' to the zlib format (RFC 1950). If you need raw deflate (no header), use the Deflate-Raw tool.
235 문자
0 문자
Click "Compress" to run...

RFC 1950 프레이밍

deflate 스트림 주위에 2바이트 zlib 헤더(CMF/FLG)와 Adler-32 체크섬 트레일러를 생성합니다.

네이티브 및 빠름

브라우저 내장 CompressionStream으로 지원 — 타사 라이브러리가 필요 없습니다.

Base64 전송

시스템 간 안전한 복사/붙여넣기를 위해 출력이 base64로 인코딩됩니다.

Zlib 압축기 사용 방법

  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.

관련 도구