← toolkit.bot

How to Convert FB2 to EPUB (Free, Online, and Desktop Tools)

FB2 (FictionBook 2) is a popular Russian ebook format. Converting to EPUB makes your books compatible with Kindle, Apple Books, Kobo, and all major e-readers. Here's how to do it for free.

What Is FB2?

FB2 (FictionBook 2) is an XML-based ebook format developed in Russia. It is widely used on Litres.ru, Flibusta, and other Russian ebook platforms, and is natively supported by FBReader. Most Western e-readers don't support FB2 natively — converting to EPUB or MOBI is required.

Method 1: Calibre (Best Quality, Free)

  1. Download and install Calibre from calibre-ebook.com.
  2. Drag your .fb2 file into the Calibre library.
  3. Right-click the book → Convert books → Convert individually.
  4. Set Output format to EPUB. Click OK.

From the command line:

ebook-convert book.fb2 book.epub

Calibre preserves FB2 section structure as EPUB chapters, retains metadata (title, author, description), and includes the cover image if embedded.

Method 2: Pandoc

pandoc book.fb2 -o book.epub --standalone --toc

Pandoc handles standard FB2 well. Add --epub-cover-image=cover.jpg for a cover.

Method 3: Online Converters (No Install)

FB2 to EPUB for Kindle

Amazon Kindle does not support FB2 natively. Convert FB2 → EPUB using Calibre, then send to Kindle via the Send to Kindle app. Alternatively, convert FB2 → AZW3 directly in Calibre (set output format to AZW3).

Preserving Metadata

FB2 files contain rich metadata in the <description> block: title, author, genre, annotation, cover art. Calibre reads these and populates EPUB OPF metadata correctly. After conversion, verify in Calibre's metadata editor (select book → press E).

Have a PDF to convert to EPUB? toolkit.bot handles layout analysis and OCR.

Convert PDF to EPUB →

Related guides