文字与文档工具

ROT13转换

在浏览器中对ASCII大写与小写英文字母分别轮转13位;同一操作可编码或解码,大小写保持不变,数字、标点、空白、换行、非ASCII文字与emoji保持原位。支持复制结果和下载TXT,输入最多100,000字符。

优先本地处理无需注册隐私说明 ↗

Maximum 100,000 characters. Only ASCII letters A–Z and a–z change; every other character stays in place.

使用步骤

如何使用

  1. Enter up to 100,000 characters of plain text or ROT13 text.
  2. Apply ROT13 once to rotate every ASCII letter by 13 positions.
  3. Review the exact result, then copy it or download a text file. Apply ROT13 again to restore the original.

One symmetric letter substitution

ROT13 maps A–M to N–Z and N–Z back to A–M, with the same rule for lowercase letters. Because the alphabet contains 26 letters, applying the transformation twice restores the exact browser text value.

A deliberately narrow character scope

Only the ASCII ranges A–Z and a–z change. Digits, punctuation, whitespace, line breaks, accented letters, other scripts, emoji, and every remaining UTF-16 code unit in the browser text value stay in their original positions. Output length therefore always equals input length.

常见问题

你可能还想知道

Do I choose between encode and decode?

No. ROT13 uses the same operation in both directions. Apply it once to transform the text and a second time to restore the source.

Will accented or non-English letters change?

No. ROT13 is defined here only for the 26 ASCII English letters. Characters such as é, ñ, 中文, and emoji remain unchanged.

Is ROT13 secure encryption?

No. It is a simple, widely recognizable substitution used for obfuscation and puzzles. Anyone can reverse it immediately by applying ROT13 again.