Skip to content

Archive Converter

An archive converter unpacks a set of files from one archive format and repacks them into another, like RAR to ZIP or 7z to ZIP. FileFlip does both steps in your browser with libarchive, so the contents are never uploaded and never scanned.

Every one of them runs in the browser, on this page, with no upload and no account.

22formats209conversions

Every archive format FileFlip supports#

FileFlip reads 9 of these without writing them, so they work as a source and not as a target.

FormatWhat it isConvert
zipZIPZIP archiveConvert ZIP
7z7Z7-Zip archiveConvert 7Z
tarTARTape ArchiveConvert TAR
gzGZgzip compressed archiveConvert GZ
tgzTGZgzip compressed tarballConvert TGZ
bz2BZ2bzip2 compressed archiveConvert BZ2
tbz2TBZ2bzip2 compressed tarballConvert TBZ2
xzXZxz compressed archiveConvert XZ
txzTXZxz compressed tarballConvert TXZ
lzLZlzip compressed archiveConvert LZ
lzmaLZMALZMA compressed archiveConvert LZMA
cpioCPIOcpio archiveConvert CPIO
isoISOISO 9660 disc imageConvert ISO
xarXAReXtensible ARchiveOutput only
arARUnix archiverConvert AR
warcWARCWeb ARChiveConvert WARC
sharSHARShell archiveOutput only
rarRARRoshal ArchiveConvert RAR
cabCABMicrosoft CabinetConvert CAB
debDEBDebian packageConvert DEB
rpmRPMRPM packageConvert RPM
zZcompress archiveConvert Z

How archive conversion works here#

libarchive compiled to WebAssembly is a 1.0 MB download, the smallest engine on the site. It reads ZIP, 7z, RAR, TAR, ISO, DEB and RPM. It writes ZIP, TAR, and the compressed tarballs on top of TAR: gzip, bzip2, xz, lzip, lzma and compress.

Repacking is lossless. The files inside come out byte for byte the same as they went in, and only the container and the compression wrapped around them change, so the size of the result is a statement about the algorithm rather than about your data.

Every engine, its exact version and its download size are listed on how FileFlip works, along with how to check for yourself that nothing is uploaded.

Other converters#

The conversion index lists the other eight families and the conversions people ask for most in each of them.