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.

관련 도구