What is FB2? FictionBook Ebook Format Explained
An open XML-based ebook format that describes a book's structure, not its layout.
Last updated:
What is FB2?
FB2 (FictionBook) is an open, XML-based ebook format released in 2004 by a team led by Dmitry Gribov and Mikhail Matsnev. It became especially popular in Russian-speaking regions and on digital libraries.
An FB2 file is a single XML document that describes a book's logical structure, such as sections, epigraphs, verses, and quotations, rather than its visual layout. Metadata like author, title, and publisher is embedded directly in the file, and images are stored inside the XML as Base64 data, which makes the format convenient for indexing, conversion, and library management.
How FictionBook Works
Because an FB2 document encodes a book's logical structure rather than fixed page layout, the same file can be reflowed across screens of any size and converted into other formats without losing semantic markup such as titles, sections, epigraphs, and verse.[1] The single self-contained XML document keeps bibliographic metadata and Base64-encoded images together, which suits automated indexing in large digital libraries.[2]
History and Standardization
The format grew out of an effort to create a free, vendor-neutral container for fiction, and FictionBook 2.0 consolidated the design in 2004.[1] It was never ratified by an international standards body; instead the XML schema published by its authors serves as the de facto specification, and adoption was driven largely by community readers and converters in Russian-speaking regions.[2]
FB2 vs EPUB
Unlike EPUB, which is a ZIP package combining XHTML, CSS, and separate media files, an FB2 title is normally a single uncompressed XML file, though it is often distributed zipped as .fb2.zip.[2] This simplicity eases editing and conversion but offers far less control over typography and embedded fonts than CSS-driven formats provide.[1]
MKV Technical Specifications
FB2 vs Other Ebook Formats
| Feature | FB2 | EPUB | MOBI |
|---|---|---|---|
| Type | FictionBook XML[1] | Open ebook | Mobipocket-based |
| Structure | Single XML file[1] | Zipped HTML package | Compiled container |
| Layout | Reflowable | Reflowable | Reflowable |
| Open/proprietary | Open format[2] | Open standard | Proprietary |
| Best for | Metadata-rich fiction | Cross-reader books | Legacy Kindle |
FB2 packs an entire book and its metadata into one structured XML file, while EPUB and MOBI use multi-file containers with wider device support.
Advantages & Disadvantages
Advantages
FB2 marks up logical elements like verses and epigraphs, separating content from presentation for flexible rendering.
Text, metadata, and Base64-encoded images live in one XML file, simplifying storage and transfer.
Its clean XML structure makes FB2 straightforward to convert to EPUB, MOBI, PDF, and other formats.
Author, title, genre, and publisher data are part of the file, aiding cataloging and indexing.
Disadvantages
FB2 is less widely supported by major commercial e-readers than EPUB, often requiring conversion.
Adoption is concentrated in Russian-speaking regions, so tooling elsewhere can be sparse.
Because it describes structure rather than layout, FB2 is not suited to design-heavy, fixed-layout books.
Common Use Cases
FB2 is used for storing and exchanging structured ebooks, especially fiction.
Digital fiction libraries | FileFormer
Russian and Eastern European ebook libraries widely distribute titles in FB2.
Cross-format publishing | FileFormer
Publishers and hobbyists use FB2 as a clean source for converting to EPUB, MOBI, and PDF.
Dedicated e-reader apps | FileFormer
Readers such as FBReader, CoolReader, and AlReader open FB2 files natively.
Convert FB2 Files Free
Use our free online converter to convert FB2 and other formats - no signup, no watermarks.
Try Ebook Converter FreeFrequently Asked Questions
What is an FB2 file?
FB2 is an open, XML-based ebook format that stores a book's logical structure, metadata, and Base64-encoded images in a single file.
Who created the FictionBook format?
FB2 was released in 2004 by a team led by Dmitry Gribov and Mikhail Matsnev and is documented at fictionbook.org.
How is FB2 different from EPUB?
FB2 is a single XML file describing structure with embedded images, while EPUB is a zipped package of HTML and resource files. FB2 emphasizes logical content over layout.
What can open an FB2 file?
E-reader applications such as FBReader, CoolReader, and AlReader open FB2 natively, and tools like Calibre can read and convert it.
What is an FB2.ZIP or FBZ file?
These are FB2 documents compressed with ZIP to reduce file size; the inner content is still standard FB2 XML.