Reverse Text

Reverse Textを登録なしでブラウザ上ですぐ使えます。入力値は端末内で処理されます。

計算は端末内で行われ、入力値をサーバーへ送りません。

具体例

Character mode turns “Hello” into “olleH,” while word mode turns “one two three” into “three two one.”

計算方法・仕組み

Character mode reverses Unicode code points. Word mode separates text at whitespace, reverses the word order, and joins words with single spaces.

注意事項

Combined emoji and accented grapheme sequences may contain several code points and can reverse imperfectly in character mode.

よくある質問

Is my text sent to a server?

No. The reversal runs locally in your browser and the input is not uploaded.

Does word mode preserve exact spacing?

No. It normalizes separators to one space while reversing the words.

Does it mirror letters visually?

No. It reverses order but does not replace characters with mirrored glyphs.

関連ツール