ByteScope

TAR file format

A POSIX tape archive — an uncompressed sequential-file container.

MIME type
application/x-tar
Extensions
.tar
Category
Archives & compression

Magic-number signature

0x000001017573746172ustar'ustar' marker in the first header

About the TAR format

TAR concatenates files with 512-byte headers and no compression, which is why it is almost always paired with gzip or xz (.tar.gz, .tar.xz). The 'ustar' marker sits at offset 257 inside the first header, not at the start of the file.

Related formats

Have a file that might be TAR? Identify it with the File Type Identifier — it reads the magic number locally, nothing is uploaded. Or browse all formats.