Feature Description
Mojibake Repair & Encoding Detect
Try to repair garbled text and provide likely encoding path with confidence.
Input suspicious garbled text. The tool will try to recover readable text and report possible encoding paths (for example: latin1 -> utf-8).
Common use cases
- Use this page when copied text, logs, emails, or API responses show garbled characters and you want to recover readable output.
- It is helpful for classic mojibake cases where the text looks wrong but the original encoding path is unclear.
- If you suspect UTF-8, GBK, or another charset mismatch but do not know where it happened, this page gives you a practical first pass.