text converter tool

Text Converter Tool

Simple tool for online encoding & decoding of base64, hexadecimal, JSON, quoted-printable, URL:s, XML, UTF-8 and more.

1. Paste Input:

2. Select Output:

More Information

>> Base64 – The Base64 encoding is sometimes used to transfer binary or text data in a pure ASCII form. This is useful for emails, configuration files, etc.
>> JSON, JavaScript, Java, C, C++ & PHP – The Wikipedia article on string literals provides information about the various character escape sequences available in different programming languages.
>> Quoted-printable – The quoted-printable encoding allows transferring 8-bit text in a pure 7-bit ASCII form. It is mostly used for emails and other MIME applications.
>> URL & WWW-formURL encoding allows transferring special and non-ASCII characters in URL:s and posted form data. It is used on the WWW.
>> UTF-8UTF-8 is a binary text encoding for Unicode. It is reasonably space efficient while also supporting most languages and scripts.
>> Source Code – The JavaScript library used for the conversions on this page is open source, with a BSD license.