FB2, short for FictionBook, is a free XML-based ebook format common in Russian and Eastern European collections. If you grabbed a public-domain novel or a fan translation as FB2, you may find that your usual reading app refuses it. Converting FB2 to EPUB moves the book into the format every device understands. This guide shows how to do it without losing your cover, chapter structure, or special characters.
Why convert FB2 to EPUB
FB2 stores a book as a single XML file with embedded metadata, cover, and body text. It is elegant but narrow in support: Calibre and a few regional apps read it, while Kobo, Apple Books, Google Play Books, and most Kindle tools do not. EPUB is the open reflowable standard backed by practically every reading app and device. Moving from FB2 to EPUB frees the book to travel. A format overview is in /blog/ebook-formats-explained.
What breaks in a bad FB2 to EPUB conversion
FB2 files often carry content that naive converters mishandle:
- Cyrillic and accented text turns into garbage when the tool drops UTF-8 encoding.
- The cover vanishes because the converter ignores the embedded binary image.
- Notes and epigraphs scatter when the converter cannot map FB2 semantic tags to EPUB structure.
None of this harms your original file. The converter simply failed to carry the pieces across.
Convert with BookConv (fastest)
BookConv runs the Calibre engine in the browser, so you get a proper FB2 to EPUB conversion with nothing to install. Upload the FB2, choose EPUB, and it carries the cover and preserves UTF-8 text. Start here: /convert/fb2-to-epub. A detailed walkthrough is in /blog/fb2-to-epub.
Convert with Calibre (more control)
If you want to inspect the result, Calibre opens FB2 and converts to EPUB with full options. Open the book, pick Convert books → EPUB, then check Look & Feel for encoding and EPUB output for structure. For a broader comparison of desktop and online tools, see /guide/calibre-vs-online-converter.
Check the result before you trust it
Open the new EPUB in a reader and confirm three things: the cover shows, the table of contents lists every chapter, and Cyrillic or accented text renders correctly instead of question marks. If characters look broken, the converter dropped UTF-8 and you should reconvert with encoding forced to UTF-8. If you plan to read on a Kindle, send the EPUB onward as shown in /guide/epub-to-azw3-for-kindle.