Skip to content
DocsAll
技巧

ZIP Extraction Garbled Text: Fixing Chinese Filename Display Issues

DocsAll 团队 · Published on June 14, 2026 · Updated on July 12, 2026
ZIPGarbled TextEncoding

What Is ZIP Extraction Garbled Text

When you download a ZIP from the internet and extract it, filenames appear as garbled characters: "报告.docx" becomes "报å'Š.docx". The content may be fine, but the filenames are unreadable.

This problem is common in Chinese-language environments, especially when transferring files between Windows and Mac.

Why Garbled Text Occurs

Encoding Differences

Inconsistent filename encoding is the root cause:

  • Windows (Chinese edition): Defaults to GBK encoding for filenames
  • Mac: Defaults to UTF-8 encoding for filenames
  • Linux: Defaults to UTF-8

A ZIP compressed on Windows has GBK-encoded filenames. When Mac extracts it as UTF-8, garbled text results. The reverse is also true.

ZIP Format Encoding Issues

The ZIP format itself has no explicit filename encoding field. Older ZIP versions use the system default encoding, while newer versions support UTF-8 flags—but not all software follows this.

Software Differences

Different compression tools handle encoding differently:

  • 7-Zip: Supports specifying encoding
  • WinRAR: Auto-detects
  • Mac built-in extractor: Uses UTF-8
  • Windows built-in extractor: Uses system encoding

Solutions

Extract with DocsAll

The ZIP Extract tool handles encoding automatically:

  1. Upload the ZIP file
  2. The tool auto-detects encoding
  3. Chinese filenames display correctly
  4. Download the extracted files

Extraction runs in the browser—files are not uploaded.

Extract with 7-Zip

7-Zip supports specifying encoding:

  1. Open 7-Zip
  2. Navigate to the ZIP file
  3. Double-click to open (browse only, do not extract)
  4. If filenames are garbled, close it
  5. Menu → File → Options → Language → Check "Use UTF-8 encoding"
  6. Reopen the ZIP

Extract with a Specified Encoding

Some tools let you choose the encoding:

  1. Select GBK or UTF-8 as the encoding during extraction
  2. Try different encodings to see which displays correctly
  3. Extract with the correct encoding

Mac Extracting a Windows ZIP

Mac's built-in extractor has poor support for Windows ZIP encoding. Use these tools:

  • The Unarchiver: Auto-detects encoding
  • Keka: Supports specifying encoding
  • Command-line unzip: Use unzip -O GBK file.zip

Windows Extracting a Mac ZIP

Windows' built-in extractor usually handles UTF-8. If garbled:

  • Use 7-Zip or Bandizip
  • These tools can auto-detect UTF-8

Preventing Garbled Text

Use UTF-8 When Compressing

Choose UTF-8 encoding for filenames when compressing:

  • 7-Zip: Check "UTF-8 filenames" in options
  • WinRAR: Uses UTF-8 by default (newer versions)
  • DocsAll ZIP Compress tool: UTF-8 by default

Avoid Chinese Filenames

For cross-platform transfers, English filenames are the safest. Chinese filenames may cause issues on different systems.

Use Modern Compression Formats

The 7z format has better encoding support than ZIP. If the recipient has 7-Zip, use the 7z format.

Fixing Already-Garbled Filenames

Manual Renaming

When there are few files, rename manually. Tedious but reliable.

Batch Renaming

Use the Batch Rename tool to modify in bulk:

  1. Import garbled filenames
  2. Specify the correct encoding
  3. Batch rename

Encoding Conversion

Use a text editor to convert garbled filename encoding:

  1. Copy the garbled filename
  2. Paste into a tool that supports encoding conversion
  3. Interpret as GBK
  4. Get the correct Chinese text
  5. Rename the file

Common Garbled Text Scenarios

Windows Compress → Mac Extract

The most common case. Windows uses GBK, Mac uses UTF-8.

Solution: Use The Unarchiver on Mac, or extract with DocsAll.

Mac Compress → Windows Extract

Less common (Mac defaults to UTF-8, Windows 10+ supports reading UTF-8). But older Windows may show garbled text.

Solution: Use 7-Zip on Windows.

Japanese/Korean Filenames

Similar to Chinese—encoding differences cause garbled text. Use tools that support multilingual encoding.

Encrypted ZIP Garbled Text

Encrypted ZIP filenames can also be garbled. Fix the encoding issue first, then enter the password to extract.

Avoid ZIP Garbled Text with DocsAll

ZIP Compress tool:

  • Uses UTF-8 encoding by default
  • Cross-platform compatible
  • Runs in the browser

ZIP Extract tool:

  • Auto-detects encoding
  • Displays Chinese correctly
  • Runs in the browser

FAQ

Can Garbled Files Be Opened

File contents are usually fine—only filenames are garbled. Rename the file correctly and it will work.

Extracted Content Is Also Garbled

  • The file was already corrupted before compression
  • An error occurred during extraction
  • Solution: Re-download or re-compress

Terminal unzip Garbled Text

  • The terminal unzip command has poor Chinese support
  • Solution: Use unzip -O GBK file.zip (specify encoding)
  • Or use a graphical extraction tool

7-Zip Shows Garbled Text When Browsing

  • 7-Zip may show garbled text when browsing
  • Solution: Set encoding to UTF-8 or GBK in options

Summary

The root cause of ZIP garbled text is encoding differences (GBK vs UTF-8). Fix it with tools that support encoding detection (DocsAll, The Unarchiver, 7-Zip). Prevent it by compressing with UTF-8 and using English filenames for cross-platform transfers. DocsAll ZIP tools handle encoding automatically and run in the browser.

D
DocsAll 团队 DocsAll 编辑团队

DocsAll 编辑团队,由产品经理、工程师和内容编辑组成,致力于分享实用的办公文档处理技巧。