Skip to content
🔧

Shoco 텍스트 압축기

압축 · 무료 온라인 도구

가벼운 영어 텍스트 압축을 위한 Shoco 알고리즘.

CoderNewbie 팀
This is a simplified Shoco that maps 50 common bigrams (th, he, in, ...) to bytes 0x80..0xB1. Real Shoco uses a more elaborate model with multiple codewords — install shoco for byte-compatible output.
226 문자
0 문자
Click "Compress" to run...

바이그램 패킹

50개의 일반적인 영어 바이그램을 단일 상위 바이트(0x80..0xB1)로 대체합니다.

영어 최적화

소문자 영어 산문에 가장 적합; 대문자 또는 비 라틴 텍스트에서는 효율이 떨어집니다.

순수 JS

바이그램 패킹 기법을 학습하기 위한 작고 의존성 없는 구현입니다.

Shoco 텍스트 압축기 사용 방법

  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.

관련 도구