This browser-based utility converts Unicode data to base64. Anything that you paste or enter in the text area on the left automatically gets encoded to base64 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 adjust the output base64 line length. Created by encoding gurus from team Browserling.
This browser-based utility converts Unicode data to base64. Anything that you paste or enter in the text area on the left automatically gets encoded to base64 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 adjust the output base64 line length. Created by encoding gurus from team Browserling.
This utility converts your Unicode letters, numbers, symbols, emojis, and other characters to base64 encoding. Base64 is a data encoding standard that uses only 64 ASCII symbols. It lets you share your data on systems that don't understand Unicode. The information encoded in base64 is represented by a set of bytes using 52 Latin characters and 10 numbers – A-Z, a-z, 0-9, and 2 additional symbols – "/" and "=". In base64, every 3 bytes of data are encoded as 4 characters. If only one or two bytes are encoded, then the "=" sign is used as the fill character at the end so that there were 4 characters in the output. Encoding your Unicode data to base64 is a two-step process. First, as Unicode can be stored in computer memory in many different ways, it's encoded to bytes in the encoding format that you have chosen. We support UTF8, UTF16, UTF32, UCS2, and UCS4 encoding formats, as well as Big Endian and Little Endian byte order formats for the multi-byte formats (UTF16, UCS2, UTF32, and UCS4). This series of bytes is then fed to base64 encoding algorithm that produces the base64 output. Also, to make it easier to share base64 data, you can cut the output into multiple parts of the specified length.
This utility converts your Unicode letters, numbers, symbols, emojis, and other characters to base64 encoding. Base64 is a data encoding standard that uses only 64 ASCII symbols. It lets you share your data on systems that don't understand Unicode. The information encoded in base64 is represented by a set of bytes using 52 Latin characters and 10 numbers – A-Z, a-z, 0-9, and 2 additional symbols – "/" and "=". In base64, every 3 bytes of data are encoded as 4 characters. If only one or two bytes are encoded, then the "=" sign is used as the fill character at the end so that there were 4 characters in the output. Encoding your Unicode data to base64 is a two-step process. First, as Unicode can be stored in computer memory in many different ways, it's encoded to bytes in the encoding format that you have chosen. We support UTF8, UTF16, UTF32, UCS2, and UCS4 encoding formats, as well as Big Endian and Little Endian byte order formats for the multi-byte formats (UTF16, UCS2, UTF32, and UCS4). This series of bytes is then fed to base64 encoding algorithm that produces the base64 output. Also, to make it easier to share base64 data, you can cut the output into multiple parts of the specified length.
In this example, we convert a Duke Ellington's quote to UTF-8 encoding and then convert the UTF-8 bytes to base64 ASCII output. We also limit the number of characters per line to 24 symbols.
Roar! In this example, we draw a bear's face entirely with Unicode characters and turn it into base64 encoding. We use a UTF-32 Little Endian (LE) encoding for Unicode characters here and output only 4 characters per line (3 bytes per line).
This example encodes a list of sweet emoji to the base64, using a UCS-2 Big Endian (BE) encoding. UCS-2-BE is almost the same as UTF-16-BE with the only difference that it can represent less Unicode characters. This example doesn't cut the output into pieces and displays all the base64 characters in one continuous line.
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!