TAR to LHA Converter

Transform TAR archives into LHA format online free

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

Adds Compression

TAR is a flat file bundle with zero compression. Converting to LHA compresses your archive contents — delivering a smaller file that retains your full directory structure.

Entirely Online

No lha utility to install, no command line to navigate. Convert TAR to LHA directly in your browser on convertio.tools from any operating system.

Server-Side Work

The conversion processing runs on our cloud servers, freeing your device from any CPU load. Upload, wait briefly, and download — that is all.

How to convert TAR to LHA

1

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

2

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

3

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

About formats

TAR (Tape Archive) is a Unix archive format originating in Version 7 Unix) at AT&T Bell Labs in January 1979, originally designed for writing file backups to magnetic tape drives. Unlike ZIP or RAR, TAR is a pure archiving format that concatenates multiple files into a single stream without applying compression — each file is preceded by a 512-byte header block containing the filename, permissions, ownership, size, modification time, and checksum, followed by the file data padded to 512-byte boundaries. The format has evolved through several standards: the original V7 format, the POSIX.1-1988 ustar format (extending path lengths and adding support for more file types), and the POSIX.1-2001 pax format supporting extended attributes, arbitrary-length paths, and large file sizes. TAR is almost always paired with a compression tool — gzip (.tar.gz/.tgz), bzip2 (.tar.bz2/.tbz2), xz (.tar.xz), or others — producing a two-layer structure where compression operates on the entire stream for maximum efficiency. One advantage is exceptional Unix metadata fidelity — TAR preserves permissions, ownership, symbolic links, hard links, device files, and extended attributes with greater precision than most competing formats. Universal availability is another core strength: tar is a POSIX-mandated utility present on every Unix-like system, and tools on Windows and macOS handle TAR files natively. TAR remains the standard distribution format for source code, Linux filesystem images, container layers, and system backups.
Developer: AT&T / Unix
Initial release: January 1979
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

Frequently Asked Questions

Why convert TAR to LHA?

LHA is a compressed archive format historically important in Japanese computing and Amiga communities. Converting TAR to LHA is useful for compatibility with retro platforms or specific software.

How do I open an LHA archive?

The lha command-line tool works on Unix systems. On Windows, 7-Zip extracts LHA archives natively. The Unarchiver also supports LHA on macOS.

Does LHA compress better than TAR?

Yes — TAR has no compression at all, while LHA includes its own compression algorithm. The resulting LHA file should be smaller than the original TAR.

Is the conversion free and online?

Completely. Convertio.tools handles TAR to LHA conversion for free in your browser — no sign-up, no desktop software, no fuss.

Will nested folders be kept?

Yes. LHA supports directory structures, so the internal hierarchy of your TAR archive transfers accurately to the LHA output.