Our Network


Coming Soon


Coming Later

unicode to decimal converter

world's simplest unicode tool

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.

᠎᠎᠎          Tool Options

Decimal Spacing

Activate this option to place spaces
between decimal values.

Encoding Options

Convert Unicode to this encoding.
Add Byte Order Mark (BOM) for
UTF16, UTF32, UCS2, and UCS4
encodings.

What is a unicode to decimal converter?

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.


Unicode to decimal converter examples

Click to try

Unicode Honey Recipe

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.

🌷 + 🐝 = 🍯
240 159 140 183 32 43 32 240 159 144 157 32 61 32 240 159 141 175
Required options
These options will be used automatically if you select this example.
Activate this option to place spaces
between decimal values.
Convert Unicode to this encoding.

Unicode Word

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.

°*•.¸ 𝐼𝓃𝓈𝓅𝒾𝓇𝒶𝓉𝒾❁𝓃 ¸.•*°
1760004200034320046000184000320006021210195212102002121019721210190212101992121018221210201212101902121065390019521210320001840004600034320042000176000
Required options
These options will be used automatically if you select this example.
Activate this option to place spaces
between decimal values.
Convert Unicode to this encoding.
Add Byte Order Mark (BOM) for
UTF16, UTF32, UCS2, and UCS4
encodings.

What Do the Animals Say?

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.

🐈 — meow! 🐕 — woof! 🐎 — neigh! 🐑 — baa! 🐖 — oink! 🐄 — moo! 🐓 — cluck! 🦉 — hoot! 🦆 — quack!
65279 5535756328 32 8212 32 109 101 111 119 33 10 5535756341 32 8212 32 119 111 111 102 33 10 5535756334 32 8212 32 110 101 105 103 104 33 10 5535756337 32 8212 32 98 97 97 33 10 5535756342 32 8212 32 111 105 110 107 33 10 5535756324 32 8212 32 109 111 111 33 10 5535756339 32 8212 32 99 108 117 99 107 33 10 5535856713 32 8212 32 104 111 111 116 33 10 5535856710 32 8212 32 113 117 97 99 107 33
Required options
These options will be used automatically if you select this example.
Activate this option to place spaces
between decimal values.
Convert Unicode to this encoding.
Add Byte Order Mark (BOM) for
UTF16, UTF32, UCS2, and UCS4
encodings.

Pro tips Master online unicode tools

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!

https://onlinetools.com/unicode/convert-unicode-to-decimal?input=%F0%9F%8C%B7%20%2B%20%F0%9F%90%9D%20%3D%20%F0%9F%8D%AF&spacing=true&output-encoding=utf8

All Unicode Tools

Didn't find the tool you were looking for? Let us know what tool we are missing and we'll build it!
Convert Unicode to Code Points

Quickly find code positions of all Unicode values.

Convert Code Points to Unicode

Quickly decode code positions to Unicode values.

Convert Unicode to UTF-8

Quickly encode Unicode values to UTF-8 encoding.

Convert Unicode to UTF-16

Quickly encode Unicode values to UTF-16 encoding.

Convert Unicode to UTF-32

Quickly encode Unicode values to UTF-32 encoding.

Convert Unicode to an Image

Quickly create a picture from Unicode symbols.

Generate Random Unicode

Quickly generate random Unicode text in a given range.

Generate Unicode Range

Quickly generate all Unicode values from the given code point interval.

Extract Unicode Range

Quickly filter Unicode symbols that are within the given code point interval.

Extract Graphemes

Quickly split Unicode data into graphemes.

Sort Graphemes

Quickly sort Unicode glyphs in increasing or decreasing order.

Count Unicode Characters

Quickly find the length of Unicode text.

Increment Unicode Values

Quickly increase Unicode code point values.

Decrement Unicode Values

Quickly decrease Unicode code point values.

Reverse Unicode

Quickly reverse the order of symbols in Unicode text.

Rotate Unicode Text

Quickly rotate Unicode characters to the left and right.

Repeat Unicode

Quickly create multiple copies of Unicode text.

Split Unicode Into Characters

Quickly extract all characters from Unicode text.

Split Unicode Into Fragments

Quickly split Unicode data into pieces.

Chunkify Unicode

Quickly split Unicode text into chunks of constant length.

Join Unicode

Quickly merge Unicode snippets together.

Truncate Unicode

Quickly shorten Unicode text to the given length.

Left-pad Unicode

Quickly left-pad Unicode text with any character.

Right-pad Unicode

Quickly right-pad Unicode text with any character.

Center Unicode

Quickly align Unicode data to the center.

Right-align Unicode

Quickly align Unicode data to the right.

Generate Unicode Numbers

Quickly convert ordinary numbers to fancy Unicode numbers.

Normalize Unicode Numbers

Quickly convert Unicode numbers back to regular numbers.

Generate Unicode Letters

Quickly convert ordinary letters to Unicode letters in various fonts.

Normalize Unicode Letters

Quickly convert Unicode letters back to regular Latin letters.

Generate Unicode Text

Quickly convert ordinary text to fancy Unicode text.

Normalize Unicode Text

Quickly convert fancy Unicode text back to regular text.

Add Combining Characters

Quickly combine input Unicode with diacritical marks.

Remove Combining Characters

Quickly delete diacritical marks from the Unicode text.

Spoof Unicode Text

Quickly spoof regular text using Unicode homoglyphs.

Unspoof Unicode Text

Quickly unspoof homoglyphs in text with regular letters.

Check Spoofed Unicode Text

Quickly check if the given Unicode text is spoofed or not.

Cyclically Shift Unicode

Quickly circularly rearrange Unicode symbols.

Escape Unicode

Quickly convert Unicode data to escape sequences.

Convert Unicode to HTML

Quickly encode Unicode data to HTML entities.

URL-encode Unicode

Quickly URL-escape Unicode symbols.

Convert Unicode to Base64

Quickly encode Unicode values to base64.

Convert Unicode to a Data URL

Quickly encode Unicode values to a data URI.

Convert Unicode to Bytes

Quickly convert Unicode characters to raw bytes.

Convert Unicode to Binary

Quickly convert Unicode data to base-2 (binary).

Convert Unicode to Octal

Quickly convert Unicode data to base-8 (octal).

Convert Unicode to Decimal

Quickly convert Unicode data to base-10 (decimal).

Convert Unicode to Hex

Quickly convert Unicode data to base-16 (hexadecimal).

Convert Unicode to ASCII

Quickly convert Unicode symbols to raw ASCII bytes.

Convert ASCII to Unicode

Quickly convert ASCII bytes to Unicode symbols.

Convert Unicode to a String Literal

Quickly convert Unicode text to a string literal.

Convert Emoji to an Image

Quickly create a picture from Unicode emojis.

Let Zalgo Destroy Unicode

Quickly release Zalgo on your Unicode text.

Remove Zalgo from Unicode

Quickly make Zalgo text readable again.


Coming Soon

These Unicode tools are on the way!
Edit Unicode

View and edit Unicode in a browser-based editor.

Name Unicode Symbols

Spell out the names of Unicode characters in the input text.

URL-decode Unicode

URL-unescape Unicode text.

Convert Binary to Unicode

Convert base-2 data to Unicode encoding.

Convert Octal to Unicode

Convert base-8 data to Unicode encoding.

Convert Decimal to Unicode

Convert base-10 data to Unicode encoding.

Convert Hex to Unicode

Convert base-16 data to Unicode encoding.

Convert Unicode to Any Base

Convert Unicode text to any radix.

Convert Any Base to Unicode

Convert any radix data to Unicode.

Convert Unicode to Latin1

Convert Unicode text to ISO-8859-1 encoding.

Convert Latin1 to Unicode

Convert ISO-859-1 encoded data to Unicode.

Convert Unicode to Latin2

Convert Unicode text to ISO-8859-2 encoding.

Convert Latin2 to Unicode

Convert ISO-8859-2 encoded data to Unicode.

Convert Unicode to Ecoji

Convert Unicode text to Ecoji encoding.

Convert Ecoji to Unicode

Convert Ecoji encoded data to Unicode.

Convert Bytes to Unicode

Convert raw bytes to Unicode.

Check Unicode Version

Check the Unicode version of the given Unicode characters.

Validate Unicode

Check if the given Unicode has valid encoding.

Convert Unicode to Punycode

Encode Unicode text to Punycode encoding.

Convert Punycode to Unicode

Decode Punycode encoding to Unicode.

Decode Base64 to Unicode

Convert base64 data to Unicode text.

Encode Unicode to Data URI

Convert Unicode to a valid data URL.

Decode Data URI to Unicode

Convert a valid data URL to Unicode text.

Convert HTML to Unicode

Decode HTML entities to Unicode data.

Convert UTF8 to Unicode

Decode UTF8 encoding to Unicode.

Convert UTF16 to Unicode

Decode UTF16 encoding to Unicode.

Convert UTF32 to Unicode

Decode UTF32 encoding to Unicode.

Convert Unicode to Uppercase

Convert all Unicode characters to uppercase.

Convert Unicode to Lowercase

Convert all Unicode characters to lowercase.

Print All Unicode Flags

Generate a list of all country flag icons.

Print All Unicode Arrows

Generate a list of all Unicode arrows.

Print All Unicode Animals

Generate a list of all Unicode animals.

Print All Unicode Flowers and Plants

Generate a list of all Unicode flowers and plants.

Print All Unicode Blocks

Generate a list of all Unicode block elements.

Print All Unicode Hieroglyphs

Generate a list of all Egyptian hieroglyphs.

Print All Unicode Currencies

Generate a list of all currency symbols.

Generate a Unicode Rainbow

Use Unicode colors to generate a rainbow.

Generate a Lenny Face

Create a smiley face from Unicode symbols.

Generate Random Emoji

Generate a list of random emojis.

Convert Unicode to Randomcase

Randomize case of all Unicode characters.

Convert Unicode to Lowercase

Convert all Unicode characters to lowercase.

JSON Stringify Unicode

Encode Unicode to JSON.

JSON Parse Unicode

Decode JSON to Unicode.

Shuffle Unicode Symbols

Randomly rearrange the order of input graphemes.

Convert Unicode to Alt Code

Generate Alt codes for Unicode characters.

Convert Alt Code to Unicode

Generate Unicode glyphs from Alt codes.

Analyze Unicode

Print statistics about Unicode data and code points.

Slice Unicode

Extract a part from Unicode data.

Draw a Unicode Wave

Generate waves with Unicode symbols.

Draw a Unicode Sparkline

Generate graphs using Unicode symbols.

Draw a Unicode Box

Wrap a message in a Unicode box.


Subscribe!

Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.

Enter your email here


Feedback. We'd love to hear from you! 👋