What is FB2?
FB2 files are pure XML with a strict schema defined by the FictionBook DTD. The structure includes a <description> section (book metadata: title, author, genre, language, ISBN), a <body> section (the book text divided into sections, paragraphs, and styled spans), and an optional <binary> section (embedded images encoded as Base64). Because everything is text-based XML, FB2 files are easy to edit in any text editor.
FB2 pros and cons
Advantages
- Single-file format — no archive structure to corrupt
- Pure XML — easy to parse, edit, and process programmatically
- Rich metadata schema (genre tags, translator info, publication details)
- Free and open standard
- Strong support among Russian e-readers and apps
Limitations
- Limited support outside Russian-speaking markets
- No native CSS-style formatting flexibility (uses semantic tags only)
- Embedded images bloat the single XML file
- Less common on commercial e-book stores
- Some readers strip rich metadata when converting
When should you convert FB2 files?
Convert FB2 to EPUB for universal e-reader support — every Kobo, Nook, and reading app supports EPUB. Convert FB2 to MOBI/AZW3 for Kindle reading. The conversion preserves all metadata and structure cleanly because both formats use semantic markup.
Convert FB2 files
All FormatDrop conversions run entirely in your browser — no file upload, no server processing. Your files stay on your device.
FB2 FAQ
What apps read FB2 files?
How do I convert FB2 to EPUB?
What's the difference between FB2 and FB2.zip?
More formats