Convert text into precise representations

Move between readable text, code points, UTF-8 bytes, and JSON-safe output without sending input anywhere.

Convert text into precise representations

Processed locally in your browser

Sample encoding result

\u{48}\u{65}\u{6C}\u{6C}\u{6F}

Choose a representation after JavaScript loads.

Why use Convert?

Use Convert when debugging an encoding boundary, preparing a fixture, or checking what a transport format will contain.

Coverage

Coverage includes Unicode escape output, UTF-8 byte output, JSON string escaping, and copy-ready local results.

Read the related RevealText guide.