This browser-based utility converts Unicode text to base-10 decimal data. Anything that you paste or enter in the text area on the left automatically gets printed as a decimal number on the right. It supports the most popular Unicode encodings (such as UTF-8, UTF-16, UTF-32, UCS-2, and UCS-4) and it works with emoji characters. You can also customize the decimal output format by enabling spacing between decimal values. Created by encoding gurus from team Browserling.
This browser-based utility converts Unicode text to base-10 decimal data. Anything that you paste or enter in the text area on the left automatically gets printed as a decimal number on the right. It supports the most popular Unicode encodings (such as UTF-8, UTF-16, UTF-32, UCS-2, and UCS-4) and it works with emoji characters. You can also customize the decimal output format by enabling spacing between decimal values. Created by encoding gurus from team Browserling.
This utility splits your Unicode input data into decimal code points, converts them to the output encoding (preserving the decimal base) and outputs them as decimal numbers. Decimal numbers are radix 10 numbers that we use in our everyday lives so they don't need an explanation. The output encoding, however, needs to be explained a little bit. Each symbol in Unicode has a code point value. Different computers use different coding schemes to store these code points in memory. The most popular coding scheme is UTF8 where characters can consist of one to four 8-bit bytes. Another two encodings are UTF16 and UCS2 that use a word (a 16-bit value) or a double-word (a 32-bit value). And yet another two encodings are UTF32 and UCS4 and they use one 32-bit byte. These bytes can be printed to screen in various bases and with this tool, you can print them as decimal numbers. You can activate the "Insert Spaces Between Bytes" option to clearly see all the individual bytes. For UTF16, UTF32, UCS2, and UCS4 encodings Little Endian and Big Endian formats are available and you can also add the Byte Order Mark (BOM) to show which direction the bytes are laid out in memory. For your information, UTF16 Big Endian BOM is 65279, UTF16 Little Endian BOM is 65534, UTF32 Big Endian BOM is 254255 and UTF32 Little Endian BOM is 25525400.
This utility splits your Unicode input data into decimal code points, converts them to the output encoding (preserving the decimal base) and outputs them as decimal numbers. Decimal numbers are radix 10 numbers that we use in our everyday lives so they don't need an explanation. The output encoding, however, needs to be explained a little bit. Each symbol in Unicode has a code point value. Different computers use different coding schemes to store these code points in memory. The most popular coding scheme is UTF8 where characters can consist of one to four 8-bit bytes. Another two encodings are UTF16 and UCS2 that use a word (a 16-bit value) or a double-word (a 32-bit value). And yet another two encodings are UTF32 and UCS4 and they use one 32-bit byte. These bytes can be printed to screen in various bases and with this tool, you can print them as decimal numbers. You can activate the "Insert Spaces Between Bytes" option to clearly see all the individual bytes. For UTF16, UTF32, UCS2, and UCS4 encodings Little Endian and Big Endian formats are available and you can also add the Byte Order Mark (BOM) to show which direction the bytes are laid out in memory. For your information, UTF16 Big Endian BOM is 65279, UTF16 Little Endian BOM is 65534, UTF32 Big Endian BOM is 254255 and UTF32 Little Endian BOM is 25525400.
In this example, we decode Unicode honey recipe with flower, bee, and honey emojis into decimal representation. We select the UTF8 encoding for output and activate the "Insert Spaces Between Bytes" option to clearly see each decimal value.
This example loads a simple word "Inspiration" decorated with Unicode characters into the converter and prints it in the decimal base. It uses the UTF32 Little Endian encoding and outputs all bytes merged together.
In this example, we write nine animal emojis in a column and describe what these animals say. To print this column in decimal, we find the code points for all these Unicode characters, and then convert them to the decimal format, using the UCS2 Big Endian encoding. We also separate all the bytes with spaces and add the Endianness Mark before the output.
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!