🔧
TAR 아카이브 생성기
압축 · 무료 온라인 도구
파일을 압축 없이 .tar 아카이브로 패키징.
EZ4Code 팀
Produces uncompressed ustar archives. Use
tar -xf archive.tar to extract, or pipe through gzip for a .tar.gz.POSIX ustar
적절한 ustar 헤더를 작성 — GNU tar, BSD tar 및 7-Zip과 호환됩니다.
다중 파일
원하는 만큼의 텍스트 파일을 단일 아카이브로 번들합니다.
압축 오버헤드 없음
순수 컨테이너 — 압축이 필요하면 gzip/brotli를 별도로 사용하세요.
TAR 아카이브 생성기 사용 방법
- 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.