.cbzEbook

CBZ

CBZ (Comic Book ZIP) is a comic book archive format that packages page images in a standard ZIP archive with the .cbz extension, making it easy to create without specialized software. It is similar to CBR but uses the open ZIP format rather than the proprietary RAR format, improving compatibility with e-reader devices and applications. CBZ is supported by Kindle, Kobo, and most dedicated comic reader applications.

MIME: application/x-cbz

17
Convert To
9
Convert From
Ebook
Category

Convert .cbz to…

17

CBZ can be converted to the following 17 formats. Click any format to see its full details.

.adoc

AsciiDoc is a lightweight text-based markup language designed for authoring technical documentation, books, articles, and presentations in plain text files. It provides a richer feature set than Markdown, including built-in support for tables, cross-references, document includes, and complex layouts. AsciiDoc is widely used by technical publishers and open-source projects, and can be converted to HTML, PDF, EPUB, and DocBook.

Document
.docx

DOCX is the default file format for Microsoft Word documents since Office 2007, built on the Open XML standard developed by Microsoft and standardized by ISO. It stores document content, formatting, images, tables, and metadata in a compressed ZIP archive containing XML files. DOCX is the dominant word processing format worldwide, supported by Microsoft Word, Google Docs, LibreOffice, and virtually all modern office software.

Document
.epub

EPUB (Electronic Publication) is the most widely adopted open standard ebook format, developed by the IDPF and now maintained by the W3C. It packages HTML, CSS, fonts, and images into a single ZIP-based container, allowing text to reflow and adapt to different screen sizes, font sizes, and user preferences. EPUB is supported by virtually all e-readers except Amazon Kindle devices, and is the preferred format for accessible, standards-compliant digital books.

Ebook
.html

HTML (HyperText Markup Language) is the standard markup language for creating web pages and web applications, maintained by the W3C. It defines the structure and content of documents using elements and tags, working alongside CSS for visual styling and JavaScript for interactivity. HTML is rendered by web browsers into the visual pages users see, and is the universal output format for documents published on the internet.

Document
.ipynb

Jupyter Notebook (IPYNB) is an interactive document format used by the Jupyter project for combining executable code, narrative text, visualizations, equations, and rich media in a single document. It is the standard tool in data science, machine learning research, and scientific computing for creating reproducible analyses and communicating results. IPYNB files store cells of code and Markdown in a JSON structure that can be run cell-by-cell in a live kernel.

Document
.md

Markdown is a lightweight plain-text markup language created by John Gruber in 2004 to make writing formatted content for the web as easy as possible. It uses minimal punctuation-based syntax to define headings, emphasis, links, images, lists, and code blocks that convert cleanly to HTML. Markdown is the dominant format for README files, software documentation, technical blogs, and static site generators across the entire software industry.

Document
.muse

Emacs Muse is a markup language and authoring system built into the GNU Emacs text editor for creating structured documents, journals, and websites from plain text. It supports hierarchical outlines, internal and external links, tables, and multiple export formats including HTML and PDF. Muse is primarily used by Emacs power users who prefer to write all content, notes, and documents within their editing environment.

Document
.odt

ODT (OpenDocument Text) is an open standard document format developed by OASIS for word processing, used as the native format by LibreOffice Writer and Apache OpenOffice Writer. It stores document content, styles, images, and metadata as XML in a ZIP archive, ensuring full transparency and long-term accessibility without vendor lock-in. ODT is also supported for import and export by Microsoft Word and Google Docs.

Document
.opml

OPML (Outline Processor Markup Language) is an XML-based format designed for exchanging hierarchical outline and list structures between applications. It is most commonly used to export and import RSS/Atom feed subscription lists between news readers and podcast apps. OPML also serves as a portable format for structured notes, project outlines, and hierarchically organized content in productivity tools.

Document
.org

Org-mode is a plain-text format used within GNU Emacs for organizing notes, managing tasks and projects, writing documents, and creating structured content. It supports rich headings, nested lists, tables, source code blocks, links, and a complete task-management system with priorities, deadlines, and agenda views. Org files can be exported directly to HTML, PDF, LaTeX, ODT, and other formats from within Emacs.

Document
.pdf

PDF (Portable Document Format) was created by Adobe in 1992 and has become the worldwide standard for sharing documents with precisely fixed layouts. It preserves fonts, images, vector graphics, and formatting identically across every operating system, device, and printer. PDF supports digital signatures, encryption, interactive forms, and embedded multimedia, making it essential for official documents, contracts, reports, and professional publications.

Document
.pptx

PPTX is the default Microsoft PowerPoint presentation format since Office 2007, based on the Open XML standard and standardized by ISO/IEC. It stores slides, animations, transitions, speaker notes, embedded media, and themes in a compressed ZIP package of XML files. PPTX is the dominant presentation format in business and education worldwide, natively supported by Google Slides, LibreOffice Impress, Apple Keynote, and all modern presentation tools.

Presentation
.rst

reStructuredText (RST) is a plain-text markup language widely used for technical documentation in the Python programming ecosystem. It is the default documentation format for Python projects and the native input format for the Sphinx documentation generator, which produces HTML, PDF, ePub, and man pages. RST supports complex cross-references, footnotes, directives, and extensions, making it well-suited for large, structured documentation projects.

Document
.rtf

RTF (Rich Text Format) is a document interchange format developed by Microsoft in 1987 to allow formatted text to be shared across different word processors and operating systems. It encodes text formatting such as fonts, colors, bold, italic, and paragraph alignment using ASCII escape sequences, making it readable by virtually any word processor. RTF remains widely used as a compatibility format when the recipient's software is unknown.

Document
.tex

TeX is a sophisticated typesetting system created by Donald Knuth for producing publication-quality documents, especially those containing complex mathematical notation. LaTeX, built as a macro layer on top of TeX, provides high-level document structuring commands and is the standard authoring format for academic papers in mathematics, physics, computer science, and engineering. TeX/LaTeX documents produce typographically precise output that surpasses word processors.

Document
.textile

Textile is a lightweight markup language originally developed for the Textile CMS and later adopted by the Ruby on Rails community and various blogging platforms. It offers a simple, readable syntax for headings, emphasis, links, lists, tables, and code blocks that converts to clean HTML. While less widespread than Markdown today, Textile is still used in content management systems and project management tools like Redmine.

Document
.txt

TXT (Plain Text) is the simplest possible file format, containing only unformatted characters encoded in ASCII or Unicode with no styling, images, or structural metadata. It is universally compatible with every operating system, programming language, text editor, and application that handles text. Plain text is used for source code, configuration files, README documents, log files, and any situation where maximum simplicity and portability are required.

Document

Convert… to .cbz

9

The following 9 formats can be converted into CBZ. Click any format to explore it.

.7z

7Z is a high-compression archive format associated with the free, open-source 7-Zip archiver. It uses the LZMA and LZMA2 compression algorithms to achieve significantly better compression ratios than ZIP and RAR, often reducing file sizes by 30-70% more than competing formats. 7Z supports AES-256 encryption, solid compression, multi-volume archives, and can handle files of virtually any size.

Archive
.rar

RAR (Roshal Archive) is a proprietary archive format developed by Eugene Roshal that supports high-compression ratios, strong encryption, archive splitting across multiple volumes, and built-in recovery records for repairing damaged archives. It uses a specialized compression algorithm that often outperforms ZIP for many file types. RAR archives are widely used for distributing large software packages and are commonly encountered in file-sharing communities.

Archive
.tar

TAR (Tape ARchive) is a Unix file archiving format that bundles multiple files and directories into a single file while preserving file permissions, ownership, timestamps, and symbolic links. Crucially, TAR performs no compression by itself and is almost always paired with a compression tool such as gzip, bzip2, or xz. TAR is the foundational packaging format for software distribution, backups, and data transfer throughout the Unix and Linux ecosystem.

Archive
.tar.bz2

TAR.BZ2 is a TAR archive compressed with the bzip2 algorithm, combining Unix-style file bundling with high-quality block-sorting compression. Bzip2 generally achieves better compression ratios than gzip, particularly for text-heavy content like source code, at the cost of somewhat slower processing. TAR.BZ2 files are a common distribution format for open-source software tarballs throughout the Linux and Unix ecosystem.

Archive
.tar.gz

TAR.GZ (also known as TGZ) is a TAR archive compressed with the gzip algorithm, and is the most prevalent archive format in the Unix and Linux world. It offers a good balance between compression speed and ratio and is universally available on all Unix-like systems without additional tools. TAR.GZ is the standard format for distributing open-source software source code and is understood by virtually every developer and system administrator.

Archive
.tar.xz

TAR.XZ is a TAR archive compressed with the XZ compression algorithm, which uses LZMA2 to achieve excellent compression ratios that often surpass bzip2. It is the preferred distribution format for many major Linux distributions including Arch Linux and Fedora due to its superior space savings. The trade-off is slower compression speed compared to gzip, though decompression performance is reasonably fast on modern hardware.

Archive
.tar.zst

TAR.ZST is a TAR archive compressed with the Zstandard (Zstd) algorithm, developed by Facebook to deliver the best balance of compression ratio and speed. Zstd matches or exceeds bzip2 compression ratios while compressing many times faster, making it excellent for both archival and real-time use cases. TAR.ZST is rapidly gaining adoption in modern Linux distributions, package managers, and developer toolchains as a superior alternative.

Archive
.zip

ZIP is the most widely used archive format, invented in 1989 by Phil Katz, that compresses and packages multiple files into a single container using the DEFLATE algorithm. It supports individual file compression with optional password protection and is natively supported on Windows, macOS, and Linux without additional software. ZIP is the universal standard for distributing files, software installers, and document packages due to its ubiquitous support.

Archive
.gz

GZ (Gzip) is a single-file compression format using the DEFLATE algorithm, the most common compression tool on Unix-like systems. It typically reduces text file sizes by 60-70% and is extremely fast to decompress, making it ideal for web content compression and log archiving. GZ is also the compression component of the widely-used TAR.GZ combined archive format that powers open-source software distribution.

Archive

Ready to convert your CBZ file?

Free, fast, and private. No file size limits, no watermarks, no sign-up required.