Add your CBR file
Drop one or more .cbr files onto the converter above, or browse for them. They load into browser memory only — nothing is uploaded, so there is no size-based pricing and no server queue.
Converting a .cbr comic to .cbz repackages the same page images for a different reader ecosystem. Free, private, and validated — the file never leaves your browser.
Batch files can each use a different output. Nothing uploads for local conversions.
Working inputs include camera RAW, browser-local audio/video, PDF, CBZ/CBR comics, office documents, ebooks, markup, 3D models, structured text, images, and archives.Converting a .cbr comic to .cbz repackages the same page images for a different reader ecosystem. The .cbr extension marks a comic book archive compressed with RAR instead of ZIP: the same idea as a .cbz, just a different wrapper around the page images. Readers unrar the file and display the images in filename order.
A .cbz file is a comic book packaged as a ZIP archive of page images — usually JPEG or PNG — named so they sort in reading order. There is no layout logic inside; the reader simply unpacks the archive and shows the pictures sequentially. For this route the practical draw is fully open, with no licensing anywhere in the chain and trivial to create, inspect, and repair with any ZIP tool — balanced against no reflow — small phone screens force pan-and-zoom reading, which is worth knowing before you commit a large batch.
The practical trigger for this conversion is usually a mismatch: with .cbr, the RAR encoder is proprietary, so open-source tools can read the format but not create it. Switching to .cbz buys you fully open, with no licensing anywhere in the chain, which is why it is the better fit for organizing personal comic and manga libraries. Because the conversion runs locally, trying it costs nothing but a few seconds of compute on your own machine.
| Aspect | Comic Book RAR (.cbr) | Comic Book ZIP (.cbz) |
|---|---|---|
| Format type | Container — quality depends on the codecs and settings inside | Container — quality depends on the codecs and settings inside |
| How it stores data | a RAR archive (RAR4 or RAR5) of sequentially named page images | standard ZIP compression around ordinary image files; renaming the file to .zip yields a working archive |
| Strongest at | reading existing scanned-comic collections, which historically shipped as .cbr | organizing personal comic and manga libraries |
| Weak spot | the RAR encoder is proprietary, so open-source tools can read the format but not create it | no reflow — small phone screens force pan-and-zoom reading |
| Metadata | when a ComicInfo.xml is embedded it carries the same series and credits fields as CBZ; otherwise the archive offers nothing beyond filenames | the community-standard ComicInfo.xml inside the archive stores series, issue number, writer, artist, and reading direction, and most library managers honor it |
Drop one or more .cbr files onto the converter above, or browse for them. They load into browser memory only — nothing is uploaded, so there is no size-based pricing and no server queue.
Select .cbz in the output menu next to each file. The menu only offers targets this engine can genuinely produce, so if CBZ is selectable, the route is real and validated.
Press Convert. Pages are extracted with a WebAssembly archive engine, kept in natural reading order, and repacked locally.
Each result is signature-checked before the download unlocks, so a failed encode can never masquerade as a valid CBZ file. Outputs keep the original filename with the .cbz extension.
Since cbr is container-oriented and cbz is container-oriented, the conversion preserves the source content exactly as stored; no additional compression pass is applied beyond what .cbz itself requires.
Yes — the .cbr file is processed inside your browser tab and never uploaded. Pages are extracted with a WebAssembly archive engine, kept in natural reading order, and repacked locally. Close the tab and the file is gone from memory.
Every dedicated comic reader on Windows, macOS, Linux, iOS, and Android opens .cbz, and library servers index it directly. E-ink readers vary: Kobo devices handle it natively while Kindle requires conversion to a fixed-layout Amazon format first.
It depends on the content: standard ZIP compression around ordinary image files; renaming the file to .zip yields a working archive. Convert one representative file first and compare before batch-processing a large set.
In .cbr, when a ComicInfo.xml is embedded it carries the same series and credits fields as CBZ; otherwise the archive offers nothing beyond filenames. Re-encoding through the browser pipeline does not carry embedded metadata into the output, which doubles as a privacy scrub — check the exported file if you specifically need tags preserved.