This site contains affiliate links. We may earn a commission at no extra cost to you.

Guide

Garbled Japanese Filenames: What to Do When a Doujin ZIP Unpacks Wrong

August 15, 2026 Garbled Japanese Filenames: What to Do When a Doujin ZIP Unpacks Wrong

You bought a work, downloaded the archive, and unzipped it. Instead of a folder with a Japanese title on it, you are looking at something like âÆûâôâÅü[ or ãÑôÔÂú¨þ¥¿, or a row of question marks, or a name your file manager refuses to display at all.

Nothing is corrupted, nothing failed to download, and none of your pages are missing. What you are looking at is a decoding error in the file names only. The images inside are untouched, in order, and exactly as large as they were when the circle packed them.

That is worth stating first because the natural reaction is to delete the folder and download again, which produces the identical result and wastes an hour. This guide covers what the garbling actually is, why doujin downloads run into it more than almost anything else you buy, what those names would have said in the first place, how to get them back in the order worth trying, and the failures that look like the same problem but are not.


What mojibake actually is, and what it is not

The Japanese word for this is 文字化け (mojibake), literally “character transformation”. It is one of the few pieces of Japanese vocabulary worth learning for this hobby, because it is the term that gets you useful search results.

Here is the mechanism, and it is short.

A ZIP archive stores file names as raw bytes, not as text. The bytes are a sequence of numbers. Turning them back into characters requires knowing which character encoding was used to write them — and for most of the ZIP format’s history, there was no field in the archive that recorded this. The format simply assumed everyone was using the same one, which was true in 1989 and has not been true since.

Later versions of the specification added a flag that marks names as UTF-8, the encoding that covers every language at once. When a packing tool sets that flag, every extractor on earth reads the name correctly. When it does not, the extractor has to guess, and it guesses by assuming your system’s own default.

So the failure is a mismatch between two computers:

What happened
On the packing machine Japanese characters were written out as bytes in a Japanese encoding
In the archive Those bytes were stored with nothing saying which encoding they are
On your machine The extractor read the bytes as though they were your local encoding
On screen The same bytes, drawn as the wrong characters

Which means the information is not lost. It has been misread. The bytes in the original archive are still the correct bytes. Point a different extractor at the same file, tell it the right encoding, and the real names come back.

There is one important exception, and it is the reason for the single most useful habit in this article. Some extractors, when they meet a byte they cannot map to any character, silently substitute a question mark or an underscore and write that to disk. At that point the name genuinely is gone from the extracted folder — the substitution is not reversible. The original archive still holds the correct bytes, so keep it. As long as you have the ZIP, every mistake at this stage is undoable. Once you have deleted the ZIP and kept only a folder full of question marks, it is not.


Why doujin downloads hit this more than anything else you buy

If you have downloaded hundreds of files without ever seeing this, the obvious question is what makes these particular archives different. Three things, and they compound.

1. The files were packed on a Japanese machine, for Japanese buyers. A circle producing a work is not an international distributor. They finish the pages, put them in a folder, name that folder in Japanese, and compress it with whatever tool is already on their computer. The default text encoding on a Japanese Windows system is not UTF-8, and many long-established compression tools on that platform write names in the older encoding without setting the UTF-8 flag. Nothing about that is wrong. It produces an archive that every intended buyer can open correctly.

2. There is no publisher normalising anything. This is the same structural fact that makes the doujin catalogue interesting and makes it inconsistent. A commercial ebook arrives through a pipeline that repackages everything into a house format. A doujinshi arrives as the file the circle made. Folder structure, naming, numbering and archive format all vary from circle to circle, and what you actually get when you buy covers the range of what turns up.

3. Your system is not Japanese. This is the half of the mismatch you control, and it is why the same archive that opens perfectly for a Japanese buyer opens as nonsense for you. It is not a fault in the file, and reporting it as a broken download will confuse everyone involved.

There is a fourth factor that only affects overseas readers: the file names are Japanese in the first place because the work is Japanese. If you have already decided to buy untranslated works, you have already accepted that the text is not in your language. The folder name is simply the first place that shows up, before you have even opened a page.


What the garbled names would have said

Here is the part that is genuinely reassuring: the names carry very little information you need, and what they do carry follows a short, predictable list.

Circles use the same handful of folder names over and over. Once you know the list, a garbled folder is a mild annoyance rather than an unknown.

Japanese Reading What the folder holds
本編 honpen The main work — the pages you paid for
差分 sabun Variant images: the same drawing with something changed
おまけ omake Extras — sketches, roughs, an afterword
表紙 hyoushi Cover art, sometimes at higher resolution
カラー karaa The colour version of pages that also exist in monochrome
モノクロ monokuro The monochrome version
高解像度 kaizoudo (high resolution) A larger-resolution copy of the same pages
修正版 shuuseiban A corrected re-release, replacing an earlier file
テキスト / お読みください tekisuto / oyomi kudasai A read-me file from the circle

Two of these are worth more than the rest.

本編 is the folder you want. If an archive unpacks into several folders and you only ever open one, open that one. The same string does the same job on the product page, where it separates the real page count from the free trial’s page count — how many pages a doujinshi is covers that trap in detail.

差分 explains why an image set is bigger than it looked. Variant images are the same base drawing with a changed expression, a changed outfit, or text added and removed. This is normal for the format rather than padding, and CG collections and manga sets out how the two formats differ. It also has a direct payoff for anyone who cannot read Japanese: some collections include a variant of the artwork with the dialogue removed entirely. If you find a variant folder whose images look identical to the main ones but with blank space where the text was, that is what you have found.

The page files themselves are almost never affected. Pages are numbered — 001.jpg, 002.jpg — and digits are encoded identically in every encoding involved here. That is why a garbled download still opens in the right order in a comic reader. The damage is confined to the folder names and to the occasional read-me file, which means that in the worst case you can ignore the problem entirely and read the work. Whether the reader shows those numbered pages in the right direction is a separate setting, covered in do doujinshi read right to left.


Fixing it, in the order worth trying

Work down this list. Each step is more disruptive than the one before it, and most people stop at step two.

  1. Confirm you still have the original archive. Everything below re-extracts from it. If you deleted it after unpacking, download it again from your account library before doing anything else — purchases stay in your library, so this costs time rather than money.
  2. Extract with a tool that lets you choose the encoding. This is the actual fix, and it is a five-minute install. What you are looking for is an extraction utility with a character-encoding or code-page option in its settings — the labels differ between tools and between versions, so look for the function rather than a specific menu item. Set it to the Japanese encoding, extract again into a fresh folder, and the names come back. The built-in extractors that ship with desktop operating systems generally offer no such choice, which is why they cannot solve this no matter how many times you run them.
  3. Preview before you commit. Better tools list the archive contents before extracting, so you can switch encodings and watch the names in the list change from nonsense to Japanese. When the folder names become readable in the preview, you have the right setting.
  4. If you extract Japanese archives constantly, change the system default instead. On Windows, the setting that governs this is the language used for programs that do not support Unicode; setting it to Japanese makes even the built-in extractor read these names correctly. It is a system-wide change requiring a restart, and it can affect how other non-Unicode programs display text, so it is a reasonable choice for a dedicated reading machine and an unnecessarily large one for a single download.
  5. Rename the folder yourself and move on. Entirely legitimate. You know from the table above what the folders are; give them names you can read. The pages inside do not care.
  6. On a phone, extract on a computer first. Mobile archive tools rarely expose an encoding option, and transferring an already-extracted folder is more predictable than transferring the archive and hoping.

Two things that do not help, listed because both get tried:

Downloading again. The archive is byte-for-byte the same file. So is the result.

Changing your system language to Japanese. The display language and the encoding used for non-Unicode programs are separate settings on most systems. Changing the one you can find first usually changes the wrong one, and leaves you with a Japanese interface and the same garbled names.


When it is not an encoding problem

Some failures look identical from the outside and have nothing to do with character sets. Sorting them out takes seconds and saves a pointless install.

The names are fine but the pages are out of order. This is a sorting problem, not an encoding one. An extractor or viewer comparing file names as text puts 10.jpg before 2.jpg. Switch the viewer to numeric or natural sorting.

Nothing extracts at all, and the system says the file is not recognised. Check the extension. Not every download is a ZIP; other archive formats are common enough, and the extractors built into desktop systems do not handle all of them.

The extraction stops partway through, or reports a damaged archive. Compare the size of the downloaded file against the size stated on the download page. A truncated download is a real failure, and this is the one case where downloading again is the right answer.

The work arrived as several numbered files. Large works are sometimes offered as split parts. All of the parts must sit in the same folder before you open the first one; extracting a single part on its own will fail or produce a fragment.

Extraction fails deep inside a long path. A Japanese title, a folder name, a subfolder and a file name add up, and some systems have a limit on total path length. Extract into a short path near the top of a drive rather than several folders down.

The names looked right and then broke after moving the files. Some transfer routes and older file systems do not carry non-ASCII names cleanly. If the names survived extraction and broke in transit, extract to the destination device instead of copying an extracted folder to it.


The habits worth keeping

  • Keep the original archive. It holds the correct bytes. Every recovery in this article runs from it, and once it is gone, substituted characters cannot be undone
  • Read mojibake as a display error, not damage. No pages are lost, and the image files are byte-identical to what the circle packed
  • Install one extractor with an encoding option and use it for everything Japanese. This is the entire fix, and it is a one-time job
  • Learn 本編. It is the folder with the work in it, and the same two characters do the same job on the product page
  • Expect a variant folder in image sets, and check whether one of the variants has the text removed
  • Do not re-download to fix names. Do re-download if the file size does not match
  • Extract on a computer, then move the pages to your phone, rather than the other way round

None of this changes what is inside the pages, which is where the real decision sits. A perfectly named folder full of dense Japanese dialogue is still a work you cannot read, and a folder called âÆûâôâÅü[ may contain a work that needs no Japanese at all. That second question is the one this site measures per work, with the reasoning published alongside it. The 174 works here sort into English, minimal text, OCR OK and text-heavy — 14, 66, 50 and 44 works, with the counts moving as works are added.

Fix the file names once, then spend your attention on the axis that decides whether the evening works.

Archive behaviour described here is a property of the ZIP format and of the tools that write it, not of any one storefront. Extraction options are described by what they do rather than by application name, because the labels differ between tools and change between versions. Readability counts are read live from the catalogue and change as works are added.