Skip to content
ToutUtils

Text

Text reverser

Reverse text in three modes: character by character, word by word, or line by line.

Characters reversed

Words reversed

Lines reversed

How to use this tool

Reversing text has many uses: checking palindromes, creating visual effects, decoding a reversed message, or sorting lines in inverse order. The tool shows all three variants in parallel and you copy the one you need.

Concrete examples

  • "Hello" → "olleH" (characters)
  • "The cat sleeps" → "sleeps cat The" (words)
  • 10-line list → same list in reverse order

Frequently asked questions

Are accents preserved?
Yes. The tool uses Unicode-aware reversal.
Difference between reversing words and characters?
Characters: each letter flipped individually ("abc" → "cba"). Words: only word order changes, each word stays readable.

Related tools