LHA to TAR Converter

Convert Japanese LHA archives to Unix TAR format online

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

Japan to Unix

Bridge the gap between Japanese LHA archives and the TAR format that powers archiving on Linux and Unix systems worldwide.

No Local Tools

LHA extractors are scarce outside specialized communities. Our cloud servers handle everything — no software installation on your end.

Secure Handling

Your LHA uploads are removed instantly after conversion. TAR output files are automatically deleted within 24 hours.

How to convert LHA to TAR

1

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

2

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

3

Let the file convert and you can download your tar 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
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

Frequently Asked Questions

Why would I convert LHA to TAR?

TAR is the foundation of Linux archiving. Converting from LHA makes your files usable in standard Unix workflows and pipelines.

Does TAR include compression?

No — TAR is a pure archiving tool. It bundles files and preserves Unix metadata but does not compress. Pair it with gzip or xz for compression.

How do I open TAR files?

On Linux and macOS, the tar command is built in. Windows users can extract TAR with 7-Zip, PeaZip, or the Windows Subsystem for Linux.

Will files with Japanese names convert properly?

Yes. The conversion handles Unicode filenames correctly, so Japanese characters in the LHA archive transfer cleanly to the TAR output.

Can I use this on my phone?

Convertio.co is fully responsive and works on any smartphone or tablet with a modern browser — no mobile app needed.