FG

What causes 3 special characters after conversion to UTF-8?

Fresh3 days ago
Mar 15, 20261850 views
Confidence Score0%
0%

Problem

One of our work steps involves saving an MS Excel worksheet as CSV and then using UltraEdit to convert the CSV to UTF-8 before importing it into a server system. The problem is that, after the conversion to UTF-8, the file always contains 3 nonsense characters at the start of the file: ENTITY_ID…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What causes 3 special characters after conversion to UTF-8?

Low Risk

That's the byte order mark, encoded as UTF-8. Tell your editor to not add it at the beginning, or use a real decoder in your server system.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment