Our Network


Coming Soon


Coming Later

unicode url-encoder

world's simplest unicode tool

This browser-based utility converts Unicode data to URL-encoding. Anything that you paste or enter in the text area on the left automatically gets URL-escaped 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 select one of the predefined URL-escaping methods or use a custom URL-encoding scheme by entering Unicode characters that should (or shouldn't) get escaped. Created by encoding gurus from team Browserling.

᠎᠎᠎          Tool Options

URL-encoding Method

Select URL-encoding method here.
Enter symbols for custom encoding.
If you selected the custom mode
"Encode These Symbols", then only
the specified symbols will be
encoded. If you selected "Skip
These Symbols", then all
symbols except the specified
ones will be encoded.

Unicode Encoding

Select Unicode encoding here.
Your input Unicode data is first
converted into the selected
character encoding and only
then it's URL-escaped.
Prepend a BOM (Byte Order
Mark) to multi-byte URL-
escape sequences.
(UTF16/32, UCS2/4.)

Whitespaces and Hex Case

Never escape newlines \n.
Never escape tabs \t.
Never escape spaces ⎵.
Print lowercase hexadecimal digits.
Print uppercase hexadecimal digits.

What is a unicode url-encoder?

This utility URL-escapes Unicode characters. The URL-encoding, also known as URI-escaping, is a mechanism for embedding information in Uniform Resource Identifiers (URIs). It's sometimes called percent-encoding because it replaces characters with a sequence of one or more %XX values, where XX are the byte values in hexadecimal base that represent the symbol. For example, the ampersand character "&" escapes to "%26" in UTF-8 encoding and "%00%26" in UTF-16-BE (Big Endian) encoding. We have implemented several URL-encoding methods. The first one is equivalent to JavaScript's "escape()" function that converts 26 reserved characters "<space>!"#$%&'(),:;<=>?[\]^`{|}~" to escape sequences. The second one is "encodeURI()" function that converts 13 reserved characters "<space>"%<>[\]^`{|}". The third one is "encodeURIComponent()" that converts converts 24 reserved characters "<space>"#$%&+,/:;<=>?@[\]^`{|}". The fourth is "Alphanumeric + Underscore" that converts all Unicode glyphs to URL-encoding, except small and capital ASCII letters, numbers, and the underscore character. The fifth one is "Escape All Symbols" that, as the name suggests, escapes absolutely all characters. You can also configure which characters to escape and which not to by selecting one of the "Custom" encodings. If you select the "Custom (Encode These Symbols)" option, then all characters entered below it will be converted to URL-encoding and all other characters will be left unchanged. If you select the "Custom (Skip These Symbols)" option, then all characters except those entered below it will be percent-encoded. You can output the escape sequence not only in ASCII and UTF8 encodings but also in UTF-16, UTF-32, UCS-2, and UCS-4, including the Big Endian and Little Endian byte order formats. In this case, the tool first turns the input Unicode into the desired encoding format and then converts the raw bytes into a URL-encoded sequence. Optionally, a BOM (Byte Order Mark) can be prepended to the escaped text that shows the Unicode encoding and the data byte order. You can also use quick and convenient options that allow you to preserve spaces, tabs, and newlines in the output, as well as choose the digit case for the output hex values.


Unicode url-encoder examples

Click to try

Coco Chanel Quote

This example uses a Coco Chanel's quote written in the Math-monospace Unicode font. It selects the "Encode All Symbols" option that percent-encodes all input characters, including spaces, quotation marks, and newline symbols. The output encoding is UTF16 Little Endian that uses pairs %XX%XX or quadruples %XX%XX%XX%XX of bytes for each character. The output is printed as a continuous percent-escaped string with lowercase hexadecimal digits.

"𝚂𝚞𝚌𝚌𝚎𝚜𝚜 𝚒𝚜 𝚖𝚘𝚜𝚝 𝚘𝚏𝚝𝚎𝚗 𝚊𝚌𝚑𝚒𝚎𝚟𝚎𝚍 𝚋𝚢 𝚝𝚑𝚘𝚜𝚎 𝚠𝚑𝚘 𝚍𝚘𝚗'𝚝 𝚔𝚗𝚘𝚠 𝚝𝚑𝚊𝚝 𝚏𝚊𝚒𝚕𝚞𝚛𝚎 𝚒𝚜 𝚒𝚗𝚎𝚟𝚒𝚝𝚊𝚋𝚕𝚎." 𝙲𝚘𝚌𝚘 𝙲𝚑𝚊𝚗𝚎𝚕
%22%00%35%d8%82%de%35%d8%9e%de%35%d8%8c%de%35%d8%8c%de%35%d8%8e%de%35%d8%9c%de%35%d8%9c%de%20%00%35%d8%92%de%35%d8%9c%de%20%00%35%d8%96%de%35%d8%98%de%35%d8%9c%de%35%d8%9d%de%20%00%35%d8%98%de%35%d8%8f%de%35%d8%9d%de%35%d8%8e%de%35%d8%97%de%20%00%35%d8%8a%de%35%d8%8c%de%35%d8%91%de%35%d8%92%de%35%d8%8e%de%35%d8%9f%de%35%d8%8e%de%35%d8%8d%de%20%00%35%d8%8b%de%35%d8%a2%de%20%00%35%d8%9d%de%35%d8%91%de%35%d8%98%de%35%d8%9c%de%35%d8%8e%de%20%00%35%d8%a0%de%35%d8%91%de%35%d8%98%de%20%00%35%d8%8d%de%35%d8%98%de%35%d8%97%de%27%00%35%d8%9d%de%20%00%35%d8%94%de%35%d8%97%de%35%d8%98%de%35%d8%a0%de%20%00%35%d8%9d%de%35%d8%91%de%35%d8%8a%de%35%d8%9d%de%20%00%35%d8%8f%de%35%d8%8a%de%35%d8%92%de%35%d8%95%de%35%d8%9e%de%35%d8%9b%de%35%d8%8e%de%20%00%35%d8%92%de%35%d8%9c%de%20%00%35%d8%92%de%35%d8%97%de%35%d8%8e%de%35%d8%9f%de%35%d8%92%de%35%d8%9d%de%35%d8%8a%de%35%d8%8b%de%35%d8%95%de%35%d8%8e%de%2e%00%22%00%0a%00%35%d8%72%de%35%d8%98%de%35%d8%8c%de%35%d8%98%de%20%00%35%d8%72%de%35%d8%91%de%35%d8%8a%de%35%d8%97%de%35%d8%8e%de%35%d8%95%de
Required options
These options will be used automatically if you select this example.
Select URL-encoding method here.
Select Unicode encoding here.
Prepend a BOM (Byte Order
Mark) to multi-byte URL-
escape sequences.
(UTF16/32, UCS2/4.)
Never escape newlines \n.
Never escape tabs \t.
Never escape spaces ⎵.
Print lowercase hexadecimal digits.

URL-escape a URI

In this example, we URL-encode a URI that contains several special Unicode characters. We use the "EncodeURIComponent" escape method and the UTF-8 encoding. Before the escape method is applied, the input data is converted to raw UTF-8 bytes and the unreserved symbols (letters and dots) are printed as-is but the reserved symbols are printed as %XX.

https://accounts.wellsfargo.com/?hl=en&agreement=✓&action=✆#status
https%3A%2F%2Faccounts.wellsfargo.com%2F%3Fhl%3Den%26agreement%3D%E2%9C%93%26action%3D%E2%9C%86%23status
Required options
These options will be used automatically if you select this example.
Select URL-encoding method here.
Select Unicode encoding here.
Prepend a BOM (Byte Order
Mark) to multi-byte URL-
escape sequences.
(UTF16/32, UCS2/4.)
Never escape newlines \n.
Never escape tabs \t.
Never escape spaces ⎵.
Print uppercase hexadecimal digits.

Banknote Emojis

This example converts to URI-encoding only three glyphs: the dollar bill emoji "💵", the en dash "–", and the dot "." symbol. All other banknotes (Yen, Euro, British Pound) and characters (including line breaks) remain unchanged. This is accomplished by choosing a Custom encoding scheme and entering the three glyphs in the custom characters field. For the conversion, it uses the UCS-2 encoding and displays the bytes in the Big Endian format.

💴 – Yen; 💵 – Dollar. 💶 – Euro; 💷 – Pound.
💴 %20%13 Yen; %d8%3d%dc%b5 %20%13 Dollar%00%2e 💶 %20%13 Euro; 💷 %20%13 Pound%00%2e
Required options
These options will be used automatically if you select this example.
Select URL-encoding method here.
Enter symbols for custom encoding.
Select Unicode encoding here.
Prepend a BOM (Byte Order
Mark) to multi-byte URL-
escape sequences.
(UTF16/32, UCS2/4.)
Never escape newlines \n.
Never escape tabs \t.
Never escape spaces ⎵.
Print lowercase hexadecimal digits.

Chinese Zodiac

In this example, we enable the Alphanumeric + Underscore encoding function and escape a list of Chinese zodiacs. In this encoding method, the lowercase and uppercase letters of the Latin alphabet, as well as the underscore "_" symbol are left untouched and all other letters/symbols are encoded. We also activate the "Preserve Newlines" option to save the format of lines. As a result, only the twelve Chinese zodiac emojis are turned into a UCS-4 Big Endian URI-escaped sequences.

Rat______🐀 Buffalo__🐃 Tiger____🐅 Rabbit___🐇 Dragon___🐉 Snake____🐍 Horse____🐎 Goat_____🐐 Monkey___🐒 Rooster__🐓 Dog______🐕 Pig______🐖
Rat______%00%01%F4%00 Buffalo__%00%01%F4%03 Tiger____%00%01%F4%05 Rabbit___%00%01%F4%07 Dragon___%00%01%F4%09 Snake____%00%01%F4%0D Horse____%00%01%F4%0E Goat_____%00%01%F4%10 Monkey___%00%01%F4%12 Rooster__%00%01%F4%13 Dog______%00%01%F4%15 Pig______%00%01%F4%16
Required options
These options will be used automatically if you select this example.
Select URL-encoding method here.
Select Unicode encoding here.
Prepend a BOM (Byte Order
Mark) to multi-byte URL-
escape sequences.
(UTF16/32, UCS2/4.)
Never escape newlines \n.
Never escape tabs \t.
Never escape spaces ⎵.
Print uppercase hexadecimal digits.

Food Nutrients

In this example, we encode a table that shows which foods have proteins, fats, and carbohydrates. We convert the table to UTF-8 encoding and use the "Custom (Skip These Symbols)" URL-escaping method. This method encodes all symbols, except the ones specified in the custom symbols field. In the field of non-encoded symbols, we write all lowercase letters and two Unicode characters: "✓" and "✗". We also select the options that skip spaces, tabs, and newlines from being encoded. Thus, in the output, only the food emoticons and capital letters get encoded.

Food Proteins Fats Carbohydrates 🥚 ✓ ✓ ✓ 🧀 ✓ ✓ ✗ 🍊 ✓ ✗ ✓ 🍌 ✓ ✗ ✓ 🍫 ✓ ✓ ✓ 🍯 ✓ ✗ ✓
%46ood %50roteins %46ats %43arbohydrates %f0%9f%a5%9a ✓ ✓ ✓ %f0%9f%a7%80 ✓ ✓ ✗ %f0%9f%8d%8a ✓ ✗ ✓ %f0%9f%8d%8c ✓ ✗ ✓ %f0%9f%8d%ab ✓ ✓ ✓ %f0%9f%8d%af ✓ ✗ ✓
Required options
These options will be used automatically if you select this example.
Select URL-encoding method here.
Enter symbols for custom encoding.
Select Unicode encoding here.
Prepend a BOM (Byte Order
Mark) to multi-byte URL-
escape sequences.
(UTF16/32, UCS2/4.)
Never escape newlines \n.
Never escape tabs \t.
Never escape spaces ⎵.
Print lowercase hexadecimal digits.

Ice Age Quote

In this example, we URI-escape a phrase from the Ice Age cartoon. We select the "JavaScript Escape" method for doing it, which means that characters like quotes, spaces, colon marks, and commas are all converted to escape sequences. The output is in UTF-32 encoding, using the Little Endian byte-order format, including the BOM mark %ff%fe.

Buck: "Change isn't easy, but it is part of life."
%ff%fe%00%00Buck%3a%00%00%00%20%00%00%00%22%00%00%00Change%20%00%00%00isn%27%00%00%00t%20%00%00%00easy%2c%00%00%00%20%00%00%00but%20%00%00%00it%20%00%00%00is%20%00%00%00part%20%00%00%00of%20%00%00%00life.%22%00%00%00
Required options
These options will be used automatically if you select this example.
Select URL-encoding method here.
Select Unicode encoding here.
Prepend a BOM (Byte Order
Mark) to multi-byte URL-
escape sequences.
(UTF16/32, UCS2/4.)
Never escape newlines \n.
Never escape tabs \t.
Never escape spaces ⎵.
Print lowercase hexadecimal digits.

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/url-encode-unicode?input=%22%F0%9D%9A%82%F0%9D%9A%9E%F0%9D%9A%8C%F0%9D%9A%8C%F0%9D%9A%8E%F0%9D%9A%9C%F0%9D%9A%9C%20%F0%9D%9A%92%F0%9D%9A%9C%20%F0%9D%9A%96%F0%9D%9A%98%F0%9D%9A%9C%F0%9D%9A%9D%20%F0%9D%9A%98%F0%9D%9A%8F%F0%9D%9A%9D%F0%9D%9A%8E%F0%9D%9A%97%20%F0%9D%9A%8A%F0%9D%9A%8C%F0%9D%9A%91%F0%9D%9A%92%F0%9D%9A%8E%F0%9D%9A%9F%F0%9D%9A%8E%F0%9D%9A%8D%20%F0%9D%9A%8B%F0%9D%9A%A2%20%F0%9D%9A%9D%F0%9D%9A%91%F0%9D%9A%98%F0%9D%9A%9C%F0%9D%9A%8E%20%F0%9D%9A%A0%F0%9D%9A%91%F0%9D%9A%98%20%F0%9D%9A%8D%F0%9D%9A%98%F0%9D%9A%97%27%F0%9D%9A%9D%20%F0%9D%9A%94%F0%9D%9A%97%F0%9D%9A%98%F0%9D%9A%A0%20%F0%9D%9A%9D%F0%9D%9A%91%F0%9D%9A%8A%F0%9D%9A%9D%20%F0%9D%9A%8F%F0%9D%9A%8A%F0%9D%9A%92%F0%9D%9A%95%F0%9D%9A%9E%F0%9D%9A%9B%F0%9D%9A%8E%20%F0%9D%9A%92%F0%9D%9A%9C%20%F0%9D%9A%92%F0%9D%9A%97%F0%9D%9A%8E%F0%9D%9A%9F%F0%9D%9A%92%F0%9D%9A%9D%F0%9D%9A%8A%F0%9D%9A%8B%F0%9D%9A%95%F0%9D%9A%8E.%22%0A%F0%9D%99%B2%F0%9D%9A%98%F0%9D%9A%8C%F0%9D%9A%98%20%F0%9D%99%B2%F0%9D%9A%91%F0%9D%9A%8A%F0%9D%9A%97%F0%9D%9A%8E%F0%9D%9A%95&method=encode-all-chars&encoding=utf16le&preserve-newlines=false&preserve-tabs=false&preserve-spaces=false&lowercase-hex=true&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! 👋