World's simplest browser-based code points to UTF8 converter. Just import your code point values in the editor on the left and you will instantly get UTF8-encoded characters on the right. Free, quick, and very powerful. Import code points – get UTF8. Created by geeks from team Browserling.
World's simplest browser-based code points to UTF8 converter. Just import your code point values in the editor on the left and you will instantly get UTF8-encoded characters on the right. Free, quick, and very powerful. Import code points – get UTF8. Created by geeks from team Browserling.
This online tool constructs UTF8-encoded characters from the given code point values. The Unicode standard defines code points (also known as code positions) as numeric values that are uniquely assigned to every possible character. To construct UTF8-encoded characters from the input code points, you must specify the numeric base of the code points. The numeric base can be hexadecimal, decimal, octal, or binary, and we also support custom bases from 2 to 36. To decode code point values, they must be separated by a space or any other character (otherwise it's impossible to know where one code point ends and the next starts.)
This online tool constructs UTF8-encoded characters from the given code point values. The Unicode standard defines code points (also known as code positions) as numeric values that are uniquely assigned to every possible character. To construct UTF8-encoded characters from the input code points, you must specify the numeric base of the code points. The numeric base can be hexadecimal, decimal, octal, or binary, and we also support custom bases from 2 to 36. To decode code point values, they must be separated by a space or any other character (otherwise it's impossible to know where one code point ends and the next starts.)
In this example, we construct text in a cursive UTF8 font from binary Unicode code points. Each individual binary code point value is found by splitting the text on the first non-binary character, which in this case is the vertical pipe character.
This example converts hex code points of black chess set in its starting position to UTF8 chess pieces.
In this example, we use a custom input base, which is the prime base 7. Every code point is less than 241 (which is 127 in decimal), which means that all these characters are just ASCII, which is a subset of UTF8 with the high bit not set.
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!
Load UTF8 data in a neat browser-based editor.
Split UTF8 data into byte sequences and visualize them.
Invert one or more bits in every UTF8 byte.
Shuffle bits in every UTF8 byte.
Convert UTF8-encoded data to UTF1-encoded data.
Convert UTF1-encoded data to UTF8-encoded data.
Convert UTF8 encoding to UTF2 encoding.
Convert UTF2 encoding to UTF8 encoding.
Convert UTF8 data to UTF7 data.
Convert UTF7 data to UTF8 data.
Convert UTF8 data to UTF9 data.
Convert UTF9 data to UTF8 data.
Convert UTF18 data to UTF8 data.
Convert UTF9 data to UTF8 data.
Convert UTF8 data to UTF64 data.
Convert UTF64 data to UTF8 data.
Convert UTF8 data to WTF8 data.
Convert WTF8 data to UTF8 data.
Convert UTF8 encoding to FSS-UTF encoding.
Convert FSS-UTF encoding to UTF8 encoding.
Convert UTF8 encoding to ANSI encoding.
Convert ANSI encoding to UTF8 encoding.
Convert UTF8 encoding to EBCDIC encoding.
Convert EBCDIC encoding to UTF8 encoding.
Convert UTF8 encoding to ISO-8859-1 encoding.
Convert ISO-8859-1 encoding to UTF8 encoding.
Convert UTF8 encoding to KOI-8 and KOI8-R encodings.
Convert KOI8 and KOI8-R encodings to UTF8 encoding.
Convert UTF8 string to HZ encoding.
Convert HZ-encoded data to UTF8 data.
Convert UTF8 symbols to a Morse Code signal.
Convert a Morse Code signal to UTF8 symbols.
Calculate the length of UTF8 text, character-wise and byte-wise.
Reverse the order of all UTF8 characters.
Randomize the order of all UTF8 symbols.
Cyclically rotate a UTF8 string to the left or to the right.
Convert text and images into UTF8 art.
Draw all codepoints and create a UTF8 table.
Randomly flip bits and insert invalid continuation bytes.
Create UTF8 that has invalid byte sequences in it.
Analyze input UTF8 data and print byte sequence statistics.
Unleash Zalgo on UTF8 and destroy it.
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 UTF8 tools. Unlike many other tools, we made our tools as easy to use as possible and with the simplest user interface. Behind the scenes, our online UTF8 tools are actually powered by our web developer tools that we created over the last couple of years. Check them out!