Which MIME types are related to file extension ".epub"?

The .epub file extension is associated with 1 MIME types:

application/epub+zip.

A MIME type is a string that tells browsers and other tools how to handle a particular kind of file.

About .epub Files

EPUB files are electronic publication files used mainly for eBooks.
They use the MIME type application/epub+zip, indicating that the file is a ZIP archive containing XML and other web-standard files.

Based on information from FilExt.com, EPUB files are widely accepted in the digital publishing world for their versatility and portability.

Relationship between file extension and MIME type

A file extension is a suffix at the end of a filename that indicates what type of file it is. File extensions help both users and operating systems identify what application should be used to open the file.

File extensions are typically separated from the filename by a period (dot) and consist of 2-4 characters, though they can be longer. For example, in the filename "document.pdf", ".pdf" is the file extension.

File extensions are closely related to MIME types, as they both serve to identify the format of a file. However, while MIME types are used primarily by web browsers and servers, file extensions are used by operating systems and applications.

Associated MIME types

application/epub+zip

FAQs

How do I open an EPUB file on my computer?

You can open .epub files using dedicated e-reader software such as Calibre, Adobe Digital Editions, or Freda on Windows. On macOS, Apple Books is built-in and supports the format natively. Additionally, web browsers can view these files if you install an extension like EPUBReader.

Can I read EPUB files on an Amazon Kindle?

Kindle devices do not natively support opening .epub files directly via USB cable. However, you can use Amazon's Send to Kindle service (via email or app) to send the file, which automatically converts it for the device. Alternatively, you can use Calibre to convert the EPUB to AZW3 or KFX formats before transferring.

How do I convert an EPUB file to PDF?

The most reliable way to convert an EPUB to PDF is using Calibre, which allows you to adjust font sizes and margins during the process. There are also many free online conversion tools available. Keep in mind that converting to PDF removes the "reflowable" text feature, fixing the layout to a specific page size.

What is the correct MIME type for serving EPUB files?

The standard MIME type for these files is application/epub+zip. Web servers should be configured with this type to ensure browsers and e-readers handle the file correctly as a digital publication rather than a generic ZIP archive. You can verify MIME settings at mime-type.com.

Why won't my EPUB file open in any reader?

If the file fails to open, it is likely protected by DRM (Digital Rights Management). Books purchased from major stores often require Adobe Digital Editions authorized with a specific Adobe ID to decrypt and view the content. If the file is not DRM-protected, the archive itself may be corrupt.

How can I edit the text inside an EPUB file?

To edit the content, you should use Sigil, a free and open-source EPUB editor, or the "Edit Book" function in Calibre. Since EPUB files rely on HTML and CSS, knowing basic web coding is helpful for fixing formatting errors or typos.

Is an EPUB file actually a ZIP file?

Yes, an EPUB is technically a ZIP archive that contains HTML, CSS, images, and XML metadata. You can verify this by renaming the extension from .epub to .zip and extracting it, though modifying the contents manually can break the book's structure if the internal mimetype file is moved or compressed.

General FAQ

What is a MIME type?

A MIME (Multipurpose Internet Mail Extensions) type is a standard that indicates the nature and format of a document, file, or assortment of bytes. MIME types are defined and standardized in IETF's RFC 6838.

MIME types are important because they help browsers and servers understand how to process a file. When a browser receives a file from a server, it uses the MIME type to determine how to display or handle the content, whether it's an image to display, a PDF to open in a viewer, or a video to play.

MIME types consist of a type and a subtype, separated by a slash (e.g., text/html, image/jpeg, application/pdf). Some MIME types also include optional parameters.

How do I find the MIME type for a file?

You can check the file extension or use a file identification tool such as file --mime-type on the command line. Many programming languages also provide libraries to detect MIME types.

Why can one extension have multiple MIME types?

Different programs and historical usage may assign various MIME identifiers to the same file format. Listing them together helps maintain compatibility across tools.