World's simplest browser-based utility for removing fake letters from text. Load your fake text (containing fake and visually indistinguishable letters) in the input form on the left, and you'll instantly get clean text with regular English letters and numbers in the output area. Powerful, free, and fast. Created by developers from team Browserling.
World's simplest browser-based utility for removing fake letters from text. Load your fake text (containing fake and visually indistinguishable letters) in the input form on the left, and you'll instantly get clean text with regular English letters and numbers in the output area. Powerful, free, and fast. Created by developers from team Browserling.
With this online tool, you can fix fake text that was earlier created with the Generate Fake Text utility or any similar program and get back text in its original form. It works by analyzing the text and identifying all fake letters, symbols, and numbers, and then replacing them with regular Latin letters and numerals. This program is especially useful for content moderation and filtering systems that need to normalize the posted comments and detect spam and bad content. The fake letters are almost always identical to regular letters. For example, in the text "Reveal the Illusion", the letters "e", "a", "I", "s", "i", and "o" are fake because they are taken from the Cyrillic alphabet, where they look exactly the same as in English alphabet. Some Latin letters have multiple identical or very similar fake characters. For example, the Latin letter "o" has a dozen duplicates such as "ο" (Greek small letter omicron), "о" (Cyrillic small letter o), "օ" (Armenian small letter oh), "ᴏ" (Latin letter small capital o), "𝚘" (mathematical monospace small o), "𝗈" (mathematical sans-serif small o), and many others. Similarly, many punctuation marks and non-letter symbols also have fake copies. For example, the exclamation mark "!" can be replaced with the Latin letter retroflex click "ǃ" and the period "." can be replaced with the one dot leader "․". There are also many variations of fake whitespace characters as well. The fake spaces differ only slightly in length, such as " ", " ", " ", " " and they are hard to distinguish from a regular space " " with the naked eye. Additionally, there is a zero-length character called "zero width space" that may be inserted between the letters of the text that you can't see at all. This program automatically identifies all this fakery, converts it to regular ASCII text that was written using regular keyboard characters, and prints it on the screen. Textabulous!
With this online tool, you can fix fake text that was earlier created with the Generate Fake Text utility or any similar program and get back text in its original form. It works by analyzing the text and identifying all fake letters, symbols, and numbers, and then replacing them with regular Latin letters and numerals. This program is especially useful for content moderation and filtering systems that need to normalize the posted comments and detect spam and bad content. The fake letters are almost always identical to regular letters. For example, in the text "Reveal the Illusion", the letters "e", "a", "I", "s", "i", and "o" are fake because they are taken from the Cyrillic alphabet, where they look exactly the same as in English alphabet. Some Latin letters have multiple identical or very similar fake characters. For example, the Latin letter "o" has a dozen duplicates such as "ο" (Greek small letter omicron), "о" (Cyrillic small letter o), "օ" (Armenian small letter oh), "ᴏ" (Latin letter small capital o), "𝚘" (mathematical monospace small o), "𝗈" (mathematical sans-serif small o), and many others. Similarly, many punctuation marks and non-letter symbols also have fake copies. For example, the exclamation mark "!" can be replaced with the Latin letter retroflex click "ǃ" and the period "." can be replaced with the one dot leader "․". There are also many variations of fake whitespace characters as well. The fake spaces differ only slightly in length, such as " ", " ", " ", " " and they are hard to distinguish from a regular space " " with the naked eye. Additionally, there is a zero-length character called "zero width space" that may be inserted between the letters of the text that you can't see at all. This program automatically identifies all this fakery, converts it to regular ASCII text that was written using regular keyboard characters, and prints it on the screen. Textabulous!
In this example, we detect and correct fake letters in a phrase taken from a comment on our social media account. At first glance, it seems like there's nothing unusual about it however, there are six letters that are fake. The letters "Соеѕуі" are not English letters as they are taken from the Cyrillic alphabet. Such letters that look the same in two different alphabets are called homoglyphs. If this text contained profanity or something else that's bad, then it would never be caught by regular text filtering or search systems.
In this example, we get rid of fake spaces, punctuation, and empty characters. This small snippet of text looks good but it's actually filled with fake characters. Although visually it seems that the text has only 66 symbols, in reality, it contains 131 symbols. Half of the length of the text is made up of zero-width symbols (which are called zero-width spaces). They are placed between every two letters and they don't change the length of the text visually. In addition to these empty characters, there are also fake spaces and punctuation symbols here. If you look closely, you'll notice that the dot is a little bit smaller than a regular dot that's on the keyboard. As soon as this text is processed, in the output you'll get clean text that contains only characters that are found on a regular keyboard.
This example cleans the text from fake similar-looking letters that were taken from other computer fonts. These letters do not exactly match the Latin letters but they are very similar. For example, the letter "𝙨" is a small italic letter from a mathematical font and the letter "𝖓" is a small bold fraktur letter. The program identifies such letters in the text and replaces them with regular Latin letters.
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!
Find Levenstein distance of two text fragments.
Create a list of all words in text.
Lemmatize all words in text.
Apply stemming to all words in text.
Add color to punctuation symbols in text.
Add color to letters in text.
Add color to words in text.
Add color to sentences in text.
Add color to paragraphs in text.
Add slight perturbations to the given text.
Mess up characters in your text.
Generate text using random words.
Generate lorem ipsum placeholder text.
Generate a crossword puzzle from the given words.
Convert English text to Braille writing system.
Convert Braille symbols to English text.
Convert text characters to their corresponding code points.
Convert numeric character code points to text.
Convert CSV data to plain text columns.
Convert plain text columns to a CSV file.
Create a list of all 3-grams.
Encode the entire text to a single number.
Decode text that was encoded as a number back to text.
Divide text into chunks of certain size.
Apply formatting and modification functions to text.
Count the number of punctuation marks and other sybmols in text.
Count the number of letters in text.
Count the number of sentences in text.
Count the number of paragraphs in text.
Apply text transformation rules to any text.
Analyze text for interesting patterns.
Add accent marks to text letters.
Add a counter before every letter in text.
Add a counter before every word in text.
Add a counter before every sentence in text.
Add a counter before every paragraph in text.
Interleave the letters or words of the given text fragments.
Mess up the spacing between letters in any text.
Extract all emails from text.
Extract all URLs from text.
Extract all numbers from text.
Extract all countries from text.
Extract all cities from text.
Convert text to punycode.
Convert punycode to text.
Encode text to Baudot encoding.
Decode Baudot-encoded text.
Encode text to base32 encoding.
Decode base32-encoded text.
Encode text to base45 encoding.
Decode base45-encoded text.
Encode text to base58 encoding.
Decode base58-encoded text.
Encode text to Ascii85 encoding.
Decode Ascii85-encoded text.
Encode text to base65536 encoding.
Decode base65536-encoded text.
Encode text to nettext encoding.
Decode nettext-encoded text.
Convert written text into natural sounding voice.
Convert a voice recording to text.
Encode text to UTF8 encoding.
Decode UTF8-encoded text.
Encode text to UTF16 encoding.
Decode UTF8-encoded text.
Encode text to UTF32 encoding.
Decode UTF32-encoded text.
Encode text to IDN.
Decode IDN-encoded text.
Convert text to Unix-to-Unix encoding.
Decode Unix-to-Unix-encoded text.
Convert text to Xxencoding.
Decode Xxencoded text.
Encode text to QP encoding.
Decode QP-encoded text.
Remove all HTML tags from Text.
Remove all XML tags from Text.
Remove new line symbols from the end of each text line.
Find the difference between two text fragments.
Generate various text typos.
Generate a mirror reflection of text.
Cut out a piece of text.
Grep text for regular expression matches.
Extract first symbols, words, or lines from text.
Extract last symbols, words, or lines from text
Return the first letter of each word in text.
Make every paragraph to be two paragraphs in the given text.
Create an image from all words in text.
Create a circle from all letters in text.
Create a spiral from all letters in text.
Create a circle from all words in text.
Create a matrix of any dimensions from letters in text.
Create a matrix of any dimensions from words in text.
Create a spiral from all words in text.
Split the input text into syllables.
Write any text on an LCD display (with LCD font).
Convert text to 2-dimensional drawing.
Convert text to 3-dimensional drawing.
Create a horizontally or vertically scrolling text.
Create a GIF animation of a text message.
Create a GIF animation that slowly reveals a text message.
Decode text using the wrong encoding and create garbled text.
Try to find original text from garbled mojibaked text.
Make text harder to read.
Generate the entire alphabet from a to z.
Print the alphabet in random order.
Delete swear words from text.
Edit text in a neat browser-based editor.
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 text tools. Our tools are focused on getting things done and as soon as you load your text in the input of any of our tools, you'll instantly get the result. Behind the scenes, our online text tools are actually powered by our web developer tools that we created over the last couple of years. Check them out!