Text Encoder / Decoder

Encode and decode text between multiple formats

Input

0 characters

Output

5 Encoding Formats

HTML entities, Unicode, JS escape, URL, and Base64 URL-safe

Privacy Protected

All processing happens in your browser

Bi-directional

Encode and decode with one-click swap

What is a Text Encoder/Decoder?

A multi-format text encoder and decoder that converts between HTML entities, Unicode escapes, JavaScript string escapes, URL encoding, and Base64 URL-safe formats. Essential for web developers working with different encoding contexts.

Frequently Asked Questions

Which formats are supported?

HTML entities, Unicode escape sequences, JavaScript string escapes, URL encoding (percent-encoding), and Base64 URL-safe.

Is my data safe?

Yes. All encoding and decoding happens locally in your browser. Nothing is sent to a server.

Can I decode malformed input?

The tool handles most edge cases gracefully. Unrecognized sequences are passed through unchanged.