Reverse a string character-by-character (mirror writing) or reverse the order of words while keeping each word readable.
How it works
- Type or paste your text into the input field.
- Choose whether to reverse by characters or by words.
- Copy the reversed string.
Frequently asked questions
Why does my emoji break in other tools?
Naive reversal splits multi-byte characters. This tool reverses by full character, keeping emoji intact.
What is reversed text used for?
Puzzles, palindrome checking, novelty social posts, and testing how software handles odd input.
Can I undo it?
Reverse is its own inverse — run the result through again to restore the original.