KonvertorOnline

Text Reverser

Flip your text three different ways: reverse every character (mirror text), reverse the order of words in a sentence, or reverse the order of lines in a list.

Input
Output

Three kinds of reversal, one tool

Reversing characters produces true "mirror" text, often used for puzzles, novelty messages, or testing how software handles right-to-left-looking strings. Reversing word order keeps each word intact but flips their sequence in the sentence. Reversing line order is handy for flipping a chronological list — like a chat export or log file — into the opposite order without retyping anything.

Frequently asked questions

Will reversing characters break special Uzbek letters like oʻ or gʻ?+

Character reversal treats oʻ and gʻ as two separate characters (the letter plus the modifier mark), which is standard behaviour for character-level text reversal — the letters themselves aren't corrupted, only their left-to-right order changes.

Related tools