Converteer alles, op wereldwijde schaal.
Meer dan 200 formaten en automatiserings-API's die direct aanvoelen.
CONVERT
Van
Naar
Sleep bestanden hierheen of kies een bron
Upload meerdere bestanden tegelijk, combineer formaten en stel elke conversie nauwkeurig af met formaatbewuste instellingen.
Maximaal 2 GB per bestand · Klaar voor slepen en neerzetten · Gemengde bestandstypen welkom
LZ in het kort
LZ
Convert to LZ only when a legacy Unix or archival workflow explicitly expects it.
Typical use involves recovering older compressed files, normalizing inherited asset stores, or maintaining format compatibility for systems that were built around historical compression utilities.
For new work, newer stream compressors are usually more practical.
TAR.ZST in het kort
TAR.ZST
Convert to tar.zst when you want a filesystem-preserving archive with modern compression performance.
It is ideal for backups, package artifacts, large project exports, and internal or public technical distributions where both throughput and compactness matter.
It is often the best modern default when you control the receiving environment and can assume zstd-capable tooling.
Formaatvergelijking
| Kenmerk | LZ | TAR.ZST |
|---|---|---|
| File type | Archive | Archive |
| Extensions |
|
|
| MIME type |
|
|
| Compression / quality | lossless | lossless |
| File size characteristics | depends | depends |
| Compatibility | broad | broad |
| Editability | low | low |
| Created year | 2008 | 2015 |
| Inventor | Antonio Diaz Diaz | Unix convention around tar and Zstandard / Meta |
| Status | active | active |
| Primary use cases |
|
|
| Common software |
|
|
| Archival suitability | moderate | moderate |
| Metadata handling | moderate | moderate |
| Delivery profile | strong | strong |
| Workflow fit | packaging | packaging |
Wanneer je elk formaat gebruikt
When to use LZ
- download packaging
- backup exchange
- cross-platform sharing
- Historically important in compression history.
When to use TAR.ZST
- download packaging
- backup exchange
- cross-platform sharing
- Attractive modern speed-to-ratio balance.
Veelgestelde vragen
Why convert LZ to TAR.ZST?
Convert to tar.zst when you want a filesystem-preserving archive with modern compression performance.
It is ideal for backups, package artifacts, large project exports, and internal or public technical distributions where both throughput and compactness matter.
It is often the best modern default when you control the receiving environment and can assume zstd-capable tooling.
What changes when converting LZ to TAR.ZST?
This conversion changes how the format behaves in downstream tools and delivery environments.
What should I review after converting LZ to TAR.ZST?
Check the exported file for Still less familiar to some casual users than older archive conventions.; Tooling support is newer in some environments..