File Encoding (Fix unreadable text)

Updated 13 July 2026

If you see weird symbols like “é” instead of “é”, choose the right encoding before exporting.

Overview

File encoding controls how letters and symbols are stored in text files like CSV, TSV, XML, and JSON. When encoding is wrong, names and symbols can look broken (for example: “München” instead of “München”).

Different tools expect different encodings. UTF‑8 is the most common and is recommended for modern systems, but some older tools (or some Excel setups) may work better with Windows‑1252 or ISO‑8859‑1.

Example: You export a customer list and notice ₹ / é / ü characters look wrong in Excel — switching encoding fixes it.

How It Works

Step-by-Step Guide

Fields Table

Field Explanations

File Encoding

The key setting that decides whether names and symbols look correct.

Format

For Excel (XLSX), encoding is usually not a problem. For CSV/TSV, it often is.

Special Characters

If you export languages with accents or currency symbols, test the encoding.

Tips

Common Mistakes

Image

File Encoding (Fix unreadable text)