encoder
Base64 Encoder & Decoder
Encode text to Base64 or decode Base64 back into readable UTF-8 text directly in your browser.
Encode special characters as HTML entities or decode entity strings back into readable text instantly.
| Character | Named entity | Numeric entity |
|---|---|---|
| & | & | & |
| < | < | < |
| > | > | > |
| " | " | " |
| ' | ' | ' |
| © | © | © |
| € | € | € |
| — | — | — |
How to use
HTML entities are essential whenever reserved markup characters need to appear as text instead of being interpreted as HTML. That happens in code examples, CMS fields, email templates, XML-like snippets, and user-generated content workflows where characters such as ampersands, quotes, and angle brackets need special handling. This encoder and decoder makes those transformations quick by supporting both directions on the same page, so you can safely escape content or recover readable text from entity strings in seconds.
The optional non-ASCII encoding mode is useful when a workflow prefers numeric entity output for symbols, punctuation, and international characters. Combined with the reference table, that makes the tool handy for front-end developers, content editors, QA reviewers, and anyone preparing HTML-heavy text for publishing or debugging. Because the conversion happens entirely in the browser, it is a simple and private way to test entity handling without sending content to an external service.
More Encoder tools
Related tools
encoder
Encode text to Base64 or decode Base64 back into readable UTF-8 text directly in your browser.
encoder
Encode or decode URL components and full URLs with percent-encoding tools that run entirely in your browser.
encoder
Convert UTF-8 text to binary and binary back to text while also viewing hex, octal, and decimal byte values.
converter
Convert JSON arrays to CSV and CSV to JSON instantly in your browser. Download CSV files with one click.