Free · No sign-up · Runs in your browser

Reverse Text Generator

Reverse the character order of any text: hello world becomes dlrow olleh. Paste your text below and click esreveR txeT — each line is reversed independently, so multi-line text keeps its structure.

0 chars0 words0 lines

Example

Inputthe quick brown fox jumps over the lazy dog
Outputgod yzal eht revo spmuj xof nworb kciuq eht

What people use reversed text for

  • Puzzles and party games — hiding an answer in plain sight that anyone can decode.
  • Social media posts that make readers stop and work out what they are looking at.
  • Testing string handling — a quick way to generate awkward input for a parser or form field.
  • Palindrome checking — reverse a phrase and compare it to the original.
  • Lightweight obfuscation of a spoiler or punchline in a comment thread.

Reversed text is not mirrored text

This tool reverses the order of characters — the letters themselves stay the right way round. Mirrored text uses special Unicode glyphs that look like flipped letterforms, which render inconsistently across devices, break copy-and-paste, and are unreadable to screen readers. Reversed text uses ordinary characters, so it works everywhere and stays fully searchable.

Reversing a whole document

Every line is reversed on its own and line breaks are preserved, so a paragraph keeps its shape instead of collapsing into one long string. To reverse the word order rather than the characters, reverse the text once and then reverse each line back by hand — or paste the lines in the opposite order before converting.


Frequently asked questions