LHA to TGZ Converter

Convert LHA archives to compressed TGZ format online free

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

LHA Meets Linux

Move files from the Japan-centric LHA format into TGZ — the compressed archive that every Linux distribution supports natively.

Any Device, Any OS

Access the converter from any device with a browser. Desktop, laptop, tablet, or phone — all work equally well with convertio.tools.

Privacy Ensured

Your uploaded LHA files are removed immediately after conversion, and all output TGZ files are deleted within 24 hours.

How to convert LHA to TGZ

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose tgz or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your tgz file right afterwards

About formats

LHA (originally LHarc) is a compressed archive format created by Haruyasu Yoshizaki (known online as Yoshi) in May 1988, combining Lempel-Ziv sliding-window compression with Huffman coding for efficient data reduction. The format achieved enormous popularity in Japan, where it became the dominant archiving standard throughout the late 1980s and 1990s — virtually all Japanese software distribution, from commercial applications to BBS file sharing, relied on LHA archives. The format stores files with per-entry headers containing filename, timestamps, OS-specific attributes, and CRC-16 checksums, using various compression methods designated by two-character codes (lh0 through lh7, with lh5 being the most common general-purpose algorithm). LHA's compression algorithms were influential beyond the format itself: the lh5 method's approach to combining LZSS with static Huffman coding was adopted by the Deflate algorithm used in ZIP, gzip, and PNG. One advantage is the format's historical efficiency — LHA offered strong compression ratios with modest CPU requirements, critical on the relatively slow processors of its era. The format's deep cultural impact in Japanese computing is another notable aspect: LHA was freely distributed, contributing to its ubiquitous adoption across the Japanese software ecosystem. While modern formats have superseded LHA for new archives, it remains relevant for accessing Japanese software archives and retro computing collections, with extraction supported by 7-Zip and other contemporary tools.
Developer: Haruyasu Yoshizaki
Initial release: May 1988
TGZ (also written as .tar.gz) is the most widely used compound archive format on Unix-like systems, combining TAR archiving with gzip compression. Gzip was created by Jean-loup Gailly and Mark Adler, first released on October 31, 1992 as a free, patent-unencumbered replacement for the Unix compress utility. The TAR layer bundles files with full Unix metadata (permissions, ownership, timestamps, symlinks, hard links) into a single sequential stream, and gzip compresses it using the Deflate algorithm — a combination of LZ77 dictionary matching and Huffman coding. The resulting .tar.gz or .tgz file is the standard format for distributing source code, creating system backups, and packaging software on Linux and Unix platforms. One advantage is near-universal support — TGZ files can be created and extracted on every Unix system, Windows (via 7-Zip, WinRAR), and macOS natively, making it the safest choice when the recipient's platform is unknown. Fast decompression is another practical strength: gzip extraction is significantly faster than bzip2 or xz, important for CI/CD pipelines, container image layers, and automated deployments where extraction time matters. GNU tar supports TGZ natively with the -z flag, and the format serves as the basis for many higher-level packaging systems. While XZ offers better compression ratios, TGZ remains the default choice when broad compatibility and extraction speed are priorities.
Initial release: October 31, 1992

Frequently Asked Questions

Why convert LHA to TGZ?

TGZ is the most common compressed archive on Linux. Converting from LHA makes your files compatible with standard Linux toolchains and workflows.

How do I extract a TGZ file?

Run tar -xzf on Linux or macOS. On Windows, 7-Zip or PeaZip extract TGZ archives through their graphical interfaces.

Does TGZ compress better than LHA?

Gzip and LHA's Lempel-Ziv-Huffman produce similar ratios, but TGZ's real advantage is universal support across modern systems.

Are Japanese filenames handled correctly?

Yes. The conversion process supports Unicode, so filenames with Japanese characters from LHA archives are preserved in the TGZ output.

Is any registration required?

No — you can convert LHA to TGZ immediately on convertio.tools without creating an account or signing in.

What happens to files after conversion?

Uploaded LHA archives are deleted right away. TGZ outputs are automatically purged from our servers within 24 hours.