Mojibake Repair & Encoding Detect
Paste garbled text, try to recover readable output, and inspect likely encoding mismatch paths with candidate results.
Paste garbled text and the page will try to infer common encoding mismatch paths, then show likely repaired output with an analysis report.
Useful for copied text issues, scraped webpages, logs, and API responses with broken characters when you want to diagnose the problem before fixing it elsewhere.
Input suspicious garbled text. The tool will try to recover readable text and report possible encoding paths (for example: latin1 -> utf-8).
Was this tool helpful?
Your feedback helps us decide which tools to improve first.
If you can, tell us the main reason:
Common use cases
- Use this page when text copied from webpages, email, logs, or Excel exports turns into classic mojibake such as `ä½ å¥½` and you want to recover something readable.
- It is useful for testing common UTF-8, GBK, and Latin-1 mismatch paths without guessing blindly.
- For historical data cleanup, legacy-system migration, or support-text repair, this page is a practical first pass before deeper encoding analysis.