Detect character encoding of text/files — BOM detection, UTF-8 validation, byte analysis, convert to UTF-8/ASCII/Base64/Hex, and mojibake fixer
Yes, PivaBox Encoding Detector is completely free to use. There are no charges, subscriptions, or hidden fees. All detection and conversion runs locally in your browser.
No. All encoding detection, byte analysis, and text conversion happens entirely in your browser using the TextEncoder/TextDecoder API. Your text and files never leave your device.
The tool detects UTF-8 (with BOM detection), UTF-16 (LE/BE), ASCII, GBK/GB2312, Shift-JIS, Latin-1 (ISO-8859-1), and Windows-1252. It also provides byte-level hex dump analysis for manual inspection. The mojibake fixer can recover text that was incorrectly decoded, such as UTF-8 bytes interpreted as Latin-1 or GBK text decoded as UTF-8.