You extracted a ZIP from a colleague on Windows and got this:
»ç¾÷°èȹ¼_ÃÖÁ¾.hwp ÆÄÀÏ.xlsx
•¶‘Ð.docx
Nothing is corrupt. Older Windows archivers store filenames in the system's legacy codepage — CP949 for Korean, Shift-JIS for Japanese, GBK for Chinese — while macOS reads filenames as UTF-8. The bytes are intact; they're just being decoded with the wrong table. The file contents are untouched.
Unifyl has a built-in encoding repair for exactly this. Select the garbled files and it
detects which of CP949 / Shift-JIS / GBK the names were written in, shows you a preview of the
restored names, and converts them in one pass. If anything looks wrong, ⌘Z undoes
the whole batch.
⌘Z restores everything.Don't extract with the macOS double-click. Open the ZIP inside Unifyl
(Return enters the archive like a folder) and copy files out with F5 —
its ZIP reader detects the name encoding correctly at extraction time, so the names come out
right in the first place. Korean .alz archives work the same way — see
opening ALZ files on a Mac.