Text Encoding Tools
The tools on this page simply present various JavaScript tools that will encode, decode, and alter text in various ways.
■ ■ ■
HTML Entity Encoder/Decoder [ Review Page ]
WTF-8 Encoding/Decoding WTF-8 (Wobbly Transformation Format − 8-bit) is a superset of UTF-8 that encodes surrogate code points if they are not in a pair. It represents, in a way… [ Review Page ]
Quoted Printable Encoding Quoted-Printable, or QP encoding, is an encoding using printable ASCII characters (alphanumeric and the equals sign =) to transmit 8-bit data over a 7-bit data path or,… [ Review Page ]
Twitalics These characters are designed to alter the appearance of messages on Twitter. It may render erroneous results so use with caution. It's designed to make text look italic or… [ Review Page ]
Q Encoder/Decoder [ Review Page ]
Binary ASCII Converter [ Review Page ]
JavaScript & CSS Minifier [ Review Page ]
Base 64 Encoding A proper Base64 encoder encodes strings as UTF-8 first, and then encodes the resulting byte sequence as Base64. When decoding, Base64 decoding is performed first, followed by… [ Review Page ]
UTF-8 Encoder/Decoder [ Review Page ]
Bacon's Cipher Bacon's cipher or the Baconian cipher is a method of steganography (a method of hiding a secret message as opposed to just a cipher) devised by Francis Bacon… [ Review Page ]
■ ■ ■