CBR Comic Book Archive MIME Type

Learn what application/vnd.comicbook-rar identifies, how CBR files package comic pages, and how Poly previews and indexes them.

MIME type details for application/vnd.comicbook-rar

In active use
MIME typeapplication/vnd.comicbook-rar
Extensions
.cbr
Alternate versions
application/x-cbr
First standardized2017
Created byKim Scarborough (media type registrant)
Browser support
Example applicationsComicRack, MComix, Simple Comic
Poly supportYes. Poly recognizes .cbr files and converts them to PDF. Damaged, encrypted, or unsupported RAR archives may fail conversion.
Indexed by PolyYes. After conversion, Poly indexes page text with OCR fallback and page-level visual similarity. It does not index RAR member names or ComicInfo.xml directly.
Preview in PolyYes. Poly renders a converted copy in its PDF viewer rather than opening the original archive in a native comic reader.
Poly agentYes. The agent can read the converted PDF's page text and images. Archive members and native comic metadata are not exposed directly.

What does application/vnd.comicbook-rar mean?

The application/vnd.comicbook-rar media type identifies a CBR comic book archive. A CBR uses a RAR container to hold comic pages, commonly JPEG or PNG images, for sequential reading. Its registered extension is .cbr.1

CBR is a reading convention layered on RAR, not a separate compression system. A generic RAR utility can extract the members, while a comic reader adds page ordering, navigation, zoom, and other reading controls.

There is no published specification for CBR itself. IANA describes it as a de facto standard and warns that different readers may behave differently.1 Predictable names such as 001.jpg, 002.jpg, and 003.jpg reduce ordering surprises.

How can you identify a CBR file?

Use several clues together: a .cbr filename, a valid RAR container, and members that make sense as comic pages. IANA lists no CBR-specific magic number because the file has no distinct header of its own.1

The underlying RAR generation may still be recognizable. Current RAR documentation records these container signatures:2

RAR generationContainer signature
RAR 4.x52 61 72 21 1A 07 00
RAR 5.052 61 72 21 1A 07 01 00

Those bytes establish that data is packaged as RAR. They do not prove that its members form a comic book. Self-extracting RAR files may also place an executable stub before the signature, so a header check alone is not a complete validator.2

Some comic archives include ComicInfo.xml. This community metadata file can describe a title, series, issue, creators, publisher, language, page count, and page roles.3 It is optional and is not required by the IANA registration.

Registration and format history

The .cbr convention predates its registered media type. IANA registered application/vnd.comicbook-rar on December 11, 2017, with Kim Scarborough as the contact. The registration calls CBR, together with CBZ, a de facto standard for comic book archives.1

The deprecated alias is application/x-cbr.1 Use the registered spelling in HTTP Content-Type headers and new application metadata.

The 2017 date records the media type registration, not the invention of CBR. With no published CBR specification, there is no authoritative standards document that assigns one creator or origin date to the archive convention.

How to open a .cbr file

Use a comic reader or an ebook application. IANA names ComicRack, MComix, and Simple Comic as applications that use CBR.1 calibre can import comic archives and convert them into formats such as PDF or EPUB.4

Ordinary web browsers do not provide a native CBR reader. They can download the file, and a website or browser extension can implement a reader, but the browser itself does not interpret the archive as a comic.

You can also inspect a trusted CBR with a RAR extraction tool. That exposes the page images and optional metadata, but it does not provide reader features such as two-page spreads, right-to-left navigation, or remembered reading position.

If a reader shows pages in the wrong order, inspect the member names before rebuilding the archive. Zero-padded numbers sort consistently across more applications than 1.jpg, 2.jpg, and 10.jpg.

Support in Poly

Poly recognizes both application/vnd.comicbook-rar and .cbr filenames. It classifies CBR as a document, then renders pages, extracts available text, applies OCR fallback, and creates page-level embeddings.

After successful conversion, Poly provides:

  • A thumbnail and paginated preview in the PDF viewer.
  • Search over extracted or OCR-recognized page text.
  • Page-level visual similarity search.
  • Page count and rendered-page metadata.
  • Page text and images that the Poly agent can read together.

This is a converted view, not a native CBR reader. Poly does not expose the RAR directory, source images, or ComicInfo.xml as separate searchable records. Page order and appearance depend on calibre's interpretation. Password-protected, corrupt, multipart, or otherwise unsupported archives may fail conversion.

Poly's document pipeline accepts files up to 1 GiB and processes at most 1,024 converted pages. Keep the original CBR when exact image bytes, archive metadata, or more pages matter.

CBR compared with CBZ, RAR, and CB7

The extension usually indicates the container rather than a different kind of comic page:

FormatTypical extensionContainerRegistered media type
CBR.cbrRARapplication/vnd.comicbook-rar
CBZ.cbzZIPapplication/vnd.comicbook+zip
CB7.cb77-ZipNo IANA registration
General RAR archive.rarRARapplication/vnd.rar

A CBR and a general RAR archive use the same container technology but communicate different intent. application/vnd.rar says to treat the file as a general archive. application/vnd.comicbook-rar says that its members should be interpreted as comic pages.

Changing .cbr to .cbz does not convert the archive because RAR and ZIP use incompatible container structures. Extract the page files, preserve their order, then create a new ZIP archive if you need CBZ.

Converting a CBR

Choose a target that fits the next step:

  • CBZ for a comic archive based on widely supported ZIP tooling.
  • PDF for fixed pages, printing, and broad document compatibility.
  • EPUB when a target reading system requires an ebook package, remembering that image-only pages do not automatically become reflowable text.
  • A directory of images for restoration, editing, or separate OCR.

calibre's ebook-convert selects the output format from the destination extension:4

ebook-convert comic.cbr comic.pdf
ebook-convert comic.cbr comic.epub

Check page order, spreads, orientation, cropping, dimensions, color, and metadata after conversion. calibre exposes comic-specific processing options for sorting, trimming, grayscale conversion, aspect ratio, and landscape-page splitting, so defaults can change the result.4

Security and privacy

A CBR combines the risks of a RAR archive with the risks of every embedded image decoder. IANA tells processors to validate retrieved data and applies the security considerations of both RAR and the contained image formats.1

Treat an unfamiliar CBR as untrusted. Limit expanded size, member count, image dimensions, and extraction paths. Use maintained archive and image decoders, and never write a member outside a dedicated destination directory.

RAR can encrypt file contents and archive headers.2 Encryption can conceal member names until a password is supplied, but it does not prove who created the archive or make its contents safe. Avoid giving a confidential archive and password to an unknown online converter.

Optional comic metadata can reveal details beyond the visible pages. ComicInfo.xml may include creator names, publication data, summaries, links, language, and reading direction.3 Review it before sharing a privately cataloged comic.

Is a CBR just a renamed RAR file?

Structurally, CBR uses RAR. Semantically, the .cbr extension and application/vnd.comicbook-rar type tell software to present the archive as an ordered comic rather than as a general collection of files. Renaming a RAR that already contains orderly page images may make it usable in a comic reader. Renaming an unrelated archive does not turn its contents into a comic.

Footnotes

  1. Internet Assigned Numbers Authority. application/vnd.comicbook-rar Media Type Registration. Registration date, extension, deprecated alias, applications, interoperability notes, and security considerations. 2 3 4 5 6 7
  2. RARLAB. RAR 5.0 Archive Format. RAR signatures, self-extracting archives, encryption, and container structure. 2 3
  3. The Anansi Project. ComicInfo Schema Documentation. Community comic metadata fields and their intended use. 2
  4. calibre. ebook-convert Command Documentation. Conversion behavior and comic-specific input options. 2 3
© Poly Corp. 2026