Skip to content
← Tools
Integration & APIs

Encoding & mojibake fixer

Repair text mangled by the wrong codepage — café back to café — and expose invisible characters like a stray byte order mark.

Runs entirely in your browser. A note from painful experience: this bug is usually written, not received. Reading a UTF-8 file with a tool that defaults to the system codepage — Get-Content without -Encoding, a CSV opened in Excel, a latin1 column — corrupts it on the way through. Fix the reader, not just the text.