[{"data":1,"prerenderedAt":278},["ShallowReactive",2],{"blog-post-how-to-make-a-cbr-file":3},{"id":4,"title":5,"body":6,"description":262,"extension":263,"meta":264,"navigation":265,"path":266,"pubDate":267,"publish":265,"seo":268,"slug":269,"stem":270,"tags":271,"targetQuery":276,"updatedDate":269,"__hash__":277},"posts\u002FHow to Make a CBR File.md","How to Make a CBR File (and Why You Should Make a CBZ Instead)",{"type":7,"value":8,"toc":254},"minimark",[9,27,66,71,138,141,145,152,179,186,190,193,197,204,218,224,239,243],[10,11,12,13,17,18,21,22,26],"p",{},"A CBR file is a RAR archive of page images renamed to ",[14,15,16],"code",{},".cbr"," — so making\none means making a RAR archive, and that's the catch: RAR compression is\nproprietary. You need WinRAR on Windows or the command-line ",[14,19,20],{},"rar"," tool\nelsewhere; free archivers like 7-Zip can ",[23,24,25],"em",{},"extract"," RAR but not create it.\nThe steps are below, but the honest recommendation up front: unless\nsomething specifically demands CBR, make a CBZ instead — identical result,\nno licensed software, one fewer dependency for future-you.",[28,29,32],"callout",{"type":30,"title":31},"tldr","Short version",[10,33,34,35,37,38,41,42,45,46,49,50,52,53,58,59,65],{},"CBR = RAR of images, renamed. Creating one requires WinRAR\u002F",[14,36,20],{},"\n(proprietary). Steps: name pages ",[14,39,40],{},"001.jpg",", ",[14,43,44],{},"002.jpg",", ...; add to a RAR\narchive; rename ",[14,47,48],{},".rar"," → ",[14,51,16],{},". Better plan: make a\n",[54,55,57],"a",{"href":56},"\u002Fblog\u002Fhow-to-make-a-cbz-file","CBZ"," — free tools, same pages, better\nsupport. Either way, e-readers open neither; for Kindle\u002FKobo convert at\n",[54,60,64],{"href":61,"rel":62},"https:\u002F\u002Fmangaconverter.com",[63],"nofollow","mangaconverter.com",".",[67,68,70],"h2",{"id":69},"the-steps-if-you-need-a-cbr","The steps, if you need a CBR",[72,73,74,100,120],"ol",{},[75,76,77,81,82,84,85,87,88,91,92,95,96,99],"li",{},[78,79,80],"strong",{},"Name the page images in reading order",", zero-padded: ",[14,83,40],{},",\n",[14,86,44],{},", ... ",[14,89,90],{},"120.jpg",". Readers sort pages by filename, and ",[14,93,94],{},"10","\nsorting before ",[14,97,98],{},"2"," is the classic scrambled-comic bug.",[75,101,102,105,106,109,110],{},[78,103,104],{},"Create the RAR."," In WinRAR: select the images → ",[23,107,108],{},"Add to archive"," →\nRAR format. Command line:",[111,112,117],"pre",{"className":113,"code":115,"language":116},[114],"language-text","rar a MyComic.rar .\u002Fpages\u002F*.jpg\n","text",[14,118,115],{"__ignoreMap":119},"",[75,121,122,125,126,129,130,133,134,137],{},[78,123,124],{},"Rename"," ",[14,127,128],{},"MyComic.rar"," to ",[14,131,132],{},"MyComic.cbr",". On Windows, turn on ",[23,135,136],{},"File\nname extensions"," in Explorer first so the rename actually takes.",[10,139,140],{},"Archive the images flat rather than nesting folders, use \"store\" or the\nfastest compression level (the images are already compressed JPEGs —\nhigher RAR compression buys almost nothing), and keep your source images.",[67,142,144],{"id":143},"why-cbz-is-the-better-make","Why CBZ is the better make",[10,146,147,148,151],{},"Every reason to ",[23,149,150],{},"create"," comics as CBR evaporated years ago:",[153,154,155,161,167,173],"ul",{},[75,156,157,160],{},[78,158,159],{},"Tooling."," ZIP creation is built into Windows, macOS and every Linux\ndistro. RAR creation needs one specific licensed program.",[75,162,163,166],{},[78,164,165],{},"Compatibility."," All comic readers open CBZ; some open-source tools and\nservers need extra libraries for RAR.",[75,168,169,172],{},[78,170,171],{},"No size win."," Comic pages are pre-compressed images; RAR's better\ngeneral-purpose compression gains roughly nothing here.",[75,174,175,178],{},[78,176,177],{},"Longevity."," ZIP is an open, documented standard. For an archive format\n— the thing you pick precisely because you'll open it years later —\nopen beats proprietary.",[10,180,181,182,65],{},"CBR remains common only because lots of existing files were packaged that\nway. Reading them is fine; creating new ones is the part with no upside.\nFull comparison: ",[54,183,185],{"href":184},"\u002Fblog\u002Fcbr-vs-cbz","CBR vs CBZ",[67,187,189],{"id":188},"already-have-cbrs-converting-is-lossless","Already have CBRs? Converting is lossless",[10,191,192],{},"Going CBR → CBZ is a repack: extract the RAR, zip the contents, rename.\nThe images are never re-encoded, so quality is untouched. Free archivers\nhandle the extraction even though they can't create RARs.",[67,194,196],{"id":195},"the-e-reader-step-both-formats-need","The e-reader step both formats need",[10,198,199,200,203],{},"Whichever you make, note what a CBR\u002FCBZ ",[23,201,202],{},"can't"," do: open on a Kindle, Kobo\nor reMarkable. E-readers don't support comic archives, and even formats\nthey do support render badly when pages aren't sized for the screen. The\nfinished pipeline for e-ink reading is comic archive → EPUB (or KEPUB for\nKobo) with pages built for your exact device.",[10,205,206,207,212,213,217],{},"That's the job of the open-source Kindle Comic Converter engine\n(",[54,208,211],{"href":209,"rel":210},"https:\u002F\u002Fgithub.com\u002Fciromattia\u002Fkcc",[63],"github.com\u002Fciromattia\u002Fkcc","), which\n",[54,214,216],{"href":61,"rel":215},[63],"MangaConverter"," runs in the browser: drop in\nyour CBR or CBZ, pick your device, preview the converted pages live, and\ndownload a file Send to Kindle accepts directly (EPUB — MOBI email support\nended in 2022, checked August 2026).",[219,220,223],"cta",{"preset":221,"sub":222},"FORMAT_EPUB","CBR or CBZ in, Kindle\u002FKobo-ready file out","\nConvert your comic\n",[10,225,226,227,84,231,84,235,65],{},"Direct routes: ",[54,228,230],{"href":229},"\u002Fconvert\u002Fcbr-to-epub","CBR to EPUB",[54,232,234],{"href":233},"\u002Fconvert\u002Fcbr-to-kindle","CBR to Kindle",[54,236,238],{"href":237},"\u002Fconvert\u002Fcbr-to-kobo","CBR to Kobo",[67,240,242],{"id":241},"bottom-line","Bottom line",[10,244,245,246,249,250,253],{},"You ",[23,247,248],{},"can"," make a CBR — WinRAR, rename, done. You ",[23,251,252],{},"should"," make a CBZ:\nsame comic, free tools, wider support. And if the pages are headed for an\ne-reader, the archive is just the intermediate step; the conversion to a\ndevice-fit EPUB is what makes them readable.",{"title":119,"searchDepth":255,"depth":255,"links":256},2,[257,258,259,260,261],{"id":69,"depth":255,"text":70},{"id":143,"depth":255,"text":144},{"id":188,"depth":255,"text":189},{"id":195,"depth":255,"text":196},{"id":241,"depth":255,"text":242},"Creating a CBR requires WinRAR or the rar tool — RAR is proprietary. The steps, the honest recommendation to use CBZ, and the e-reader conversion route.","md",{},true,"\u002Fhow-to-make-a-cbr-file","2026-08-15",{"title":5,"description":262},null,"How to Make a CBR File",[272,273,274,275],"cbr","how-to","comics","formats","how to make a cbr file","cobmepem101XtuRpLg7IfV7ARvgww_sF10fRBKN9f8M",1786756619978]