Reverse Text Converter Online - DenCode
Encoded
About Text Reverse
Text Reverse reverses the characters in the input string. The entire string is read from the last character back to the first.
For example, reversing "Hello, world!" gives:
!dlrow ,olleH
In multi-line text, newline characters are also part of the string. As a result, the whole content is reversed, including the order of the lines.
| Input | After Reversal |
|---|---|
abc | cba |
12345 | 54321 |
Hello, world! | !dlrow ,olleH |
This conversion does not rearrange words while preserving the meaning of a sentence. It simply reverses the order of the input characters.