Text And Encoding Converter

Detect and convert common text encodings in the browser. Useful for mojibake repair, CSV cleanup, and cross-system text imports.

Quick Conversions

Input Text Or File Content
Converted Preview

Acerca de

Detect and convert common text encodings in the browser. Useful for mojibake repair, CSV cleanup, and cross-system text imports.

Common Use Cases

  • Convert legacy files such as GBK, Big5, or Shift_JIS into UTF-8 before using them in modern systems.
  • Repair CSV exports, log files, or vendor text that appears garbled in a newer environment.
  • Check whether text was decoded incorrectly before importing it into a database, admin tool, or CMS.

What This Tool Does Not Guarantee

Auto-detection is heuristic and not perfect for every file. With mixed-language documents, damaged bytes, or unknown legacy exports, you should still verify the source encoding manually.

Guide

Artículo relacionado

How to Fix Mojibake: Understanding Text Encodings

Understand why encoding and decoding go out of sync, and how to move legacy files safely into UTF-8.