Reverse text
Reverse the characters, word order or each line of your text.
Related tools
Reverse text
Paste any text and this tool flips it backwards. Three modes cover the common cases: reverse every character in the whole text, reverse the order of the words while each word stays readable, or reverse the characters inside each line while the lines keep their order.
Character mode is the classic "mirror text" effect: "hello world" becomes "dlrow olleh". The reversal is code-point aware, so accented letters and emoji stay intact instead of turning into broken symbols. Word mode keeps every word spelled normally and only rearranges them — "one two three" becomes "three two one" — and it preserves the original spacing and line breaks, which makes it handy for rearranging sentence fragments or testing text processing pipelines. Line mode mirrors each line independently, which is useful for puzzles, word games and quick visual tricks.
The output updates live as you type, and the tally under the result shows how many characters were produced and which mode is active. Running the same mode twice restores the original text, so you can flip something back and forth without losing anything. Windows and Unix line endings are treated the same.
Everything runs locally in your browser. Nothing you paste is uploaded or logged, so the tool is safe for drafts, private notes or any text you would not want to send to a server. When you are happy with the result, copy it with one click or download it as a .txt file.