Our Network


Coming Soon


Coming Later

unicode to octal converter

world's simplest unicode tool

This browser-based utility converts Unicode text to base-8 octal data. Anything that you paste or enter in the text area on the left automatically gets printed as octal 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 octal output format by enabling octal padding and spacing. Created by encoding gurus from team Browserling.

᠎᠎᠎       Tool Options

Octal Padding

If the octal number consists of
less than three digits, add
zeros in front of it.

Octal Spacing

Place one space character after
each octal number.

Output Encoding

Decode Unicode to this
encoding.
Add Byte Order Mark to the
beginning of UTF-32, UCS-4,
UTF-16, UCS-2 encodings.

What is a unicode to octal converter?

This utility converts your Unicode characters, symbols, and emojis to the octal base representation. The octal numeral system uses a range of just eight digits (0 to 7) and depending on the chosen encoding, each Unicode character is represented by a combination of one to twelve octal digits. For UTF8 encoding, it's three, six, nine, or twelve digits (corresponding to one, two, three, and four-byte UTF8). For UTF16LE, UTF16BE, UCS2LE, and UCS2BE encodings, it's six or twelve digits (corresponding to two and four-byte UTF16 and UCS2). For UTF32LE, UTF32BE, UCS4LE, and UCS4BE, it's twelve digits (corresponding to four-byte UTF32 and UCS4). If the number consists of less than three digits, you can add zeros in front of it by enabling the padding option. You can also separate the individual bytes by putting a space after each octet by enabling the spacing option. UTF16, UCS2, UTF32, and UCS4 output formats also support an optional Byte Order Mark. For UTF16LE, UCS2LE and UTF16BE, UCS2BE, the BOM is 177776 and 177377. For UTF32LE, UCS4LE and UTF32BE, UCS4BE, the BOM is 377376000000 and 000000376377.


Unicode to octal converter examples

Click to try

Earth Globe Emojis

In this example, we convert Unicode emojis of various parts of the Earth globe together with their brief descriptions into octal encoding. We first split the input Unicode into code points, then convert them to UTF8 octets, then separate the individual octets by spaces, and then pad bytes whose length is less than three digits with zeros.

🌍 – Europe-Africa 🌎 – Americas 🌏 – Asia-Australia
360 237 214 215 040 342 200 223 040 105 165 162 157 160 145 055 101 146 162 151 143 141 012 360 237 214 216 040 342 200 223 040 101 155 145 162 151 143 141 163 012 360 237 214 217 040 342 200 223 040 101 163 151 141 055 101 165 163 164 162 141 154 151 141
Required options
These options will be used automatically if you select this example.
If the octal number consists of
less than three digits, add
zeros in front of it.
Place one space character after
each octal number.
Decode Unicode to this
encoding.
Add Byte Order Mark to the
beginning of UTF-32, UCS-4,
UTF-16, UCS-2 encodings.

Unicode Zalgo

This example combines a simple text phrase "DREAM BIG" with various Unicode combining characters. These combining marks render above, below and inside the base characters. Such corrupted text is called Zalgo text. We convert this glitchy text to the UTF16 Little Endian encoding in the octal base, expand the length of the octets to three digits, and join them all together. We also append the UTF16LE BOM at the beginning of the output.

̱͍͕͌̂̈́ ͎͙͓̦̘̙̂̆̉͛̈ ̨̩̘͔̙̃͗͂͑͒̕͜ Ḑ̘̖̥͕̉̆̊̔͘R̘̥͕̩̹̉̀̔́͘E̻̠̗̯̰͊͋̊̋̈́̑A̬̻̪̯̭͙̐͂͋̋M̯͚̤̪̑̾̅̇ B̢̡̥͔͎̩͌͗̌̊̋Į͎̠͉̲͎͆̈́̈́͐̎́G̨̦̫̠̹͊̈́̋̅̽͘ ̢̞̯̪͚̂̋͐͑̿̐͜ ̖̥͓̭͂͗̄̾̈́͋ ̱͍͕͌̂̈́
177776005000020000046003001003042003030403046403052403020000001003003003004403055403004003047003054403051403023003014003014403020000001403053403041003050403012403051003056003024403014003024003052003014403020000042000054003004403003003005003012003014003013003023403022403052403051000004403000003054003012003000403014003022403052403024403034403042400045003045403005003005403042003010403035403020003013403027403030003040400010003041003045403005403026003035403025003027403026403054403046400010403037003002403003403027403055003022003025003020000041000046003053403006003005003005403021003022403052003020403047003024403044400043003042003042003050003007003040403047003020003044403031003047003024003043400045003042003005403054003002403036403024003023003025403020003034403020000001003005403050003050403037403010003056003017003027403021003025003055003020000041003053403002003037003042003045403013003022403051403026403020000046003001003042003030403046403052403005000005000
Required options
These options will be used automatically if you select this example.
If the octal number consists of
less than three digits, add
zeros in front of it.
Place one space character after
each octal number.
Decode Unicode to this
encoding.
Add Byte Order Mark to the
beginning of UTF-32, UCS-4,
UTF-16, UCS-2 encodings.

Unicode Owl

In this example, we convert a Unicode art drawing of an owl into base 8 (octal) and we set the output to be encoded as UTF-32 Big Endian data. We separate octal bytes with a space character and disable the padding option so that the length of the bytes has a variable amount of digits. Hoooo!

/\_/\ ((@v@)) ():::() VV-VV
00040 00057 000134 000137 00057 000134 00012 00050 00050 000100 000166 000100 00051 00051 00012 00050 00051 00072 00072 00072 00050 00051 00012 00040 000126 000126 00055 000126 000126
Required options
These options will be used automatically if you select this example.
If the octal number consists of
less than three digits, add
zeros in front of it.
Place one space character after
each octal number.
Decode Unicode to this
encoding.
Add Byte Order Mark to the
beginning of UTF-32, UCS-4,
UTF-16, UCS-2 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-octal?input=%F0%9F%8C%8D%20%E2%80%93%20Europe-Africa%0A%F0%9F%8C%8E%20%E2%80%93%20Americas%0A%F0%9F%8C%8F%20%E2%80%93%20Asia-Australia&padding=true&spacing=true&output-encoding=utf8&bom=false

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! 👋