This browser-based utility converts Unicode text to a data URL. Anything that you paste or enter in the text area on the left automatically gets encoded to a data URL on the right. It supports the most popular Unicode encodings (such as UTF-8, UTF-16, UCS-2, UTF-32, and UCS-4) and it works with emoji characters. You can also customize the data URL output format by adding the charset (media type) parameter. Created by encoding gurus from team Browserling.
This browser-based utility converts Unicode text to a data URL. Anything that you paste or enter in the text area on the left automatically gets encoded to a data URL on the right. It supports the most popular Unicode encodings (such as UTF-8, UTF-16, UCS-2, UTF-32, and UCS-4) and it works with emoji characters. You can also customize the data URL output format by adding the charset (media type) parameter. Created by encoding gurus from team Browserling.
This utility encodes your Unicode characters, numbers, letters, emojis, and other symbols to data URLs (or data URIs). A data URL (data URI) is a scheme defined by RFC 2397 standard that allows you to include small data elements in a URL string. Data URLs are constituted of four parts – a scheme (currently always "data:"), a MIME/media type indicating the data type, an optional base64 extension, and the data itself. When converting Unicode to a data URI, you can switch between five output encodings, namely, UTF8, UTF16, UTF32, UCS2, and UCS4, and for the last four multi-byte encodings, choose the Big Endian or Little Endian byte order formats. Also, we have an extra option that adds the charset parameter to the output data URI. This parameter specifies the encoding of the base64-encoded data. For UTF-8, it's "charset=utf-8", for UTF-16 Big Endian, it's "charset=utf-16be", for UTF-16 Little Endian, it's "charset=utf-16le", for UTF-32 Big Endian, it's "charset=utf-32be", for UTF-32 Little Endian, it's "charset=utf-32le", for UCS-2 Big Endian, it's "iso-10646-ucs-2be", for UCS-2 Little Endian, it's "iso-10646-ucs-2le", for UCS-4 Big Endian, it's "iso-10646-ucs-4be", and for UCS-4 Little Endian, it's "iso-10646-ucs-4le".
This utility encodes your Unicode characters, numbers, letters, emojis, and other symbols to data URLs (or data URIs). A data URL (data URI) is a scheme defined by RFC 2397 standard that allows you to include small data elements in a URL string. Data URLs are constituted of four parts – a scheme (currently always "data:"), a MIME/media type indicating the data type, an optional base64 extension, and the data itself. When converting Unicode to a data URI, you can switch between five output encodings, namely, UTF8, UTF16, UTF32, UCS2, and UCS4, and for the last four multi-byte encodings, choose the Big Endian or Little Endian byte order formats. Also, we have an extra option that adds the charset parameter to the output data URI. This parameter specifies the encoding of the base64-encoded data. For UTF-8, it's "charset=utf-8", for UTF-16 Big Endian, it's "charset=utf-16be", for UTF-16 Little Endian, it's "charset=utf-16le", for UTF-32 Big Endian, it's "charset=utf-32be", for UTF-32 Little Endian, it's "charset=utf-32le", for UCS-2 Big Endian, it's "iso-10646-ucs-2be", for UCS-2 Little Endian, it's "iso-10646-ucs-2le", for UCS-4 Big Endian, it's "iso-10646-ucs-4be", and for UCS-4 Little Endian, it's "iso-10646-ucs-4le".
In this example, we convert an Oscar Wilde quote written in Unicode letters to a data URL. We use a UTF8 encoding and display the character set of the media type (which is "encoding=utf-8").
This example encodes a Happy Birthday wish that's constructed using various special Unicode characters into a UTF16 Little Endian data URI. The MIME type for this data URI is "text/plain" and the encoding media type "encoding=utf-16le".
In this example, we have selected the UCS4 Big Endian encoding for the output and convert a list of Unicode technology emoji to the base64 data URL encoding, without printing the charset (which is UCS-4 Bit Endian).
You can pass input to this tool via ?input query argument and it will automatically compute output. Here's how to type it in your browser's address bar. Click to try!
View and edit Unicode in a browser-based editor.
Spell out the names of Unicode characters in the input text.
URL-unescape Unicode text.
Convert base-2 data to Unicode encoding.
Convert base-8 data to Unicode encoding.
Convert base-10 data to Unicode encoding.
Convert base-16 data to Unicode encoding.
Convert Unicode text to any radix.
Convert any radix data to Unicode.
Convert Unicode text to ISO-8859-1 encoding.
Convert ISO-859-1 encoded data to Unicode.
Convert Unicode text to ISO-8859-2 encoding.
Convert ISO-8859-2 encoded data to Unicode.
Convert Unicode text to Ecoji encoding.
Convert Ecoji encoded data to Unicode.
Convert raw bytes to Unicode.
Check the Unicode version of the given Unicode characters.
Check if the given Unicode has valid encoding.
Encode Unicode text to Punycode encoding.
Decode Punycode encoding to Unicode.
Convert base64 data to Unicode text.
Convert Unicode to a valid data URL.
Convert a valid data URL to Unicode text.
Decode HTML entities to Unicode data.
Decode UTF8 encoding to Unicode.
Decode UTF16 encoding to Unicode.
Decode UTF32 encoding to Unicode.
Convert all Unicode characters to uppercase.
Convert all Unicode characters to lowercase.
Generate a list of all country flag icons.
Generate a list of all Unicode arrows.
Generate a list of all Unicode animals.
Generate a list of all Unicode flowers and plants.
Generate a list of all Unicode block elements.
Generate a list of all Egyptian hieroglyphs.
Generate a list of all currency symbols.
Use Unicode colors to generate a rainbow.
Create a smiley face from Unicode symbols.
Generate a list of random emojis.
Randomize case of all Unicode characters.
Convert all Unicode characters to lowercase.
Encode Unicode to JSON.
Decode JSON to Unicode.
Randomly rearrange the order of input graphemes.
Generate Alt codes for Unicode characters.
Generate Unicode glyphs from Alt codes.
Print statistics about Unicode data and code points.
Extract a part from Unicode data.
Generate waves with Unicode symbols.
Generate graphs using Unicode symbols.
Wrap a message in a Unicode box.
Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.
Enter your email here
We're Browserling — a friendly and fun cross-browser testing company powered by alien technology. At Browserling we love to make people's lives easier, so we created this collection of online Unicode tools. Our tools are focused on gettings things done and they have the simplest possible user interface. As soon as you load your Unicode data in the input of any of our tools, you'll instantly get the result in the output. Behind the scenes, our tools are actually powered by our web developer tools that we created over the last couple of years. Check them out!