World's simplest browser-based utility for incrementing letters in text. Load your text in the input form on the left and you'll instantly get a new text with letters shifted several alphabet positions forward in the output area. Powerful, free, and fast. Load text – increment text letters. Created by developers from team Browserling.
World's simplest browser-based utility for incrementing letters in text. Load your text in the input form on the left and you'll instantly get a new text with letters shifted several alphabet positions forward in the output area. Powerful, free, and fast. Load text – increment text letters. Created by developers from team Browserling.
With this online tool, you can replace each letter in any text with the next letter of the alphabet. The program is similar to the ROT13 cipher, which shifts the letters of the text by 13 positions of the alphabet, but here you can set an arbitrary shift value. For example, you can increase all letters of the word "bat" by 1 position, and get the word "cbu" as the output (the letter "b" turns into "c", the letter "a" turns into "b", the letter "t" turns into "u" ), or you can increase the letters by 4 positions and get the word "fex". By default, the program increments all English alphabet letters of the text (when the option "Increase All Letters" is active). In this mode, you can also make an exception for some of the letters by putting them in the ignore option. For example, if you exclude the letters "ba" from the word "bat", then it will turn into the word "bau" (since only the letter "t" is incremented by 1 position). If you don't need to increase all the text letters, then you can switch to the "Increment Individual Letters" mode. Here you can list the specific letters you want to increment. For example, if you have the word "tea" and you specify the letters "ea" to be incremented, then you'll get "tfb" in the output ("t" isn't changed). The number of shift positions is controlled via the "Increment amount" option. By default, the utility is case insensitive, meaning that all letters are replaced by the next letter, regardless of their case. If you activate the "Case Sensitive Increment" option, then the letters will change only strictly according to their case. If the increment amount of a letter exceeds the total length of the alphabet (for the English alphabet it's 26), then you can decide what to do with the letter that exceeds the "z" letter. You can leave it equal to the letter "z" or continue incrementing it from the beginning of the alphabet (from the letter "a"). For example, if the "Overflow to "a"" is enabled, then the word "zoo" will become "app" but if the "Stop at "z"" is enabled, then the "z" letter won't change and the text will become "zpp". This program is very helpful if you need to send a secret message to a friend or simulate errors in text. Textabulous!
With this online tool, you can replace each letter in any text with the next letter of the alphabet. The program is similar to the ROT13 cipher, which shifts the letters of the text by 13 positions of the alphabet, but here you can set an arbitrary shift value. For example, you can increase all letters of the word "bat" by 1 position, and get the word "cbu" as the output (the letter "b" turns into "c", the letter "a" turns into "b", the letter "t" turns into "u" ), or you can increase the letters by 4 positions and get the word "fex". By default, the program increments all English alphabet letters of the text (when the option "Increase All Letters" is active). In this mode, you can also make an exception for some of the letters by putting them in the ignore option. For example, if you exclude the letters "ba" from the word "bat", then it will turn into the word "bau" (since only the letter "t" is incremented by 1 position). If you don't need to increase all the text letters, then you can switch to the "Increment Individual Letters" mode. Here you can list the specific letters you want to increment. For example, if you have the word "tea" and you specify the letters "ea" to be incremented, then you'll get "tfb" in the output ("t" isn't changed). The number of shift positions is controlled via the "Increment amount" option. By default, the utility is case insensitive, meaning that all letters are replaced by the next letter, regardless of their case. If you activate the "Case Sensitive Increment" option, then the letters will change only strictly according to their case. If the increment amount of a letter exceeds the total length of the alphabet (for the English alphabet it's 26), then you can decide what to do with the letter that exceeds the "z" letter. You can leave it equal to the letter "z" or continue incrementing it from the beginning of the alphabet (from the letter "a"). For example, if the "Overflow to "a"" is enabled, then the word "zoo" will become "app" but if the "Stop at "z"" is enabled, then the "z" letter won't change and the text will become "zpp". This program is very helpful if you need to send a secret message to a friend or simulate errors in text. Textabulous!
In this example, we increment specific letters found in the text by using the "Increase Individual Letters" mode. We activate the "Case Sensitive Increment" option and replace the uppercase "D" and three lowercase letters "aye" with the next letters of the alphabet ("D" with "E", "a" with "b", "y" with "z", and "e" with "f").
In this example, Warren Buffett asked us to hide his secret message about wealth from outsiders. To do it, we replaced each consonant (ignoring vowels) with the next 10th letter of the alphabet. We also enabled the "Stop at "z"" option, which stopped increasing those letters that reached the end of the alphabet. Also, Warren Buffett's new name this way became "Zazzex Luppezz" (sshh, don't tell anyone – that's his secret handle).
In this example, we load a ciphertext with the location of a treasure chest. After analysis, we realized that in this message all the letters had been shifted three positions back, so to decipher the text, we moved the letters by three positions forward. As a result, we got a detailed map with the location of the treasure.
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!