Text Reverser
Reverse the characters of any text instantly.
Flip any text backwards, character by character. Handy for puzzles, creating mirror text or just having fun with words.
Formula / method
Examples
dlroW olleH
54321
Reversing characters instantly
This tool flips the order of every character in your text so the last character becomes the first. Type 'hello' and you get 'olleh'. It works on any string, including numbers, spaces and symbols, and runs entirely in your browser as you type.
It reverses by character, not by word, so full sentences come out mirrored letter by letter rather than with the word order swapped.
Where it comes in handy
Reversing text is useful for creating simple puzzles, checking palindromes (words that read the same both ways, like 'level'), generating mirror-writing effects, or testing how software handles unusual input.
Note that emoji and some non-Latin scripts are built from multiple code units, so reversing very complex characters can occasionally split them. For plain English text this is never an issue. To flip letter casing instead of order, try the Case Converter.
Where it's used
- Checking whether a word or phrase is a palindrome
- Creating backwards clues for puzzles, riddles, and escape rooms
- Making mirror-writing effects for art or social media posts
- Testing how software or fonts handle reversed and unusual input
- Casually hiding a spoiler or answer so it is not read at a glance
Real-world examples
- Typing 'racecar' returns 'racecar', confirming it reads the same both ways.
- 'Hello World' becomes 'dlroW olleH' for a backwards-text puzzle.
- Reversing '12345' gives '54321' to make a quick coded clue.
Did you know?
The word palindrome comes from the Greek palin (again, back) and dromos (running), literally running back again. The longest palindromic word recognized by Guinness World Records is the Finnish saippuakivikauppias, a 19-letter term for a soapstone dealer.
FAQ
Does it reverse words or letters?
It reverses individual characters, so the whole string is flipped end to end.