TEXT TOOL

Text Reverser

Reverse text by character, word order, or line order.

About this tool

Reverse text three different ways: character-by-character (so "hello" becomes "olleh"), by flipping the order of words while keeping each word spelled normally, or by flipping the order of lines in a multi-line block of text.

Frequently asked questions

What's the difference between "Characters" and "Word order"?
"Characters" reverses the entire string letter by letter, which also scrambles each word's spelling. "Word order" keeps every word spelled correctly but reverses the sequence they appear in — "one two three" becomes "three two one".
Does character reversal handle emoji correctly?
Yes — multi-byte characters like emoji are reversed as whole units rather than being split into broken fragments.
What does "Line order" do with a single line of text?
With only one line, there's nothing to reorder, so the result matches the input exactly — line reversal only has an effect on multi-line text.