Tool to decode ROT8000, a reversible cipher similar to ROT13 (or ROT47) but applied to Unicode characters thanks to a rotation of 0x8000.
ROT8000 Cipher - dCode
Tag(s) : Substitution Cipher
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
ROT8000 is short for rotation 0x8000, which is a mono-alphabetic substitution method that replaces each character with another approximately 32768 positions later in the Unicode repository.
In reality, the encoding is limited to the basic multilingual plane (BMP) of the Unicode encoding which consists of the first 65536 characters, and moreover, certain (control) characters are ignored. The rotation is therefore not exactly 0x8000.
The ROT8000 code consists of replacing each character by shifting on the Basic Multilingual Plane from which the control characters have been removed (there are then 63404 characters left).
Example: The character A of Unicode point code U+0065, is then coded 籊 U+7C4A (shift of 31753)
Since the rotation is calculated to cover half of the Basic Multilingual Plane (BMP) (32768 out of 65536 characters), decryption is identical to encryption.
In other words, encrypting a text twice by ROT8000 makes it possible to find the original message.
Unicode characters associated with basic Latin characters (a-z A-Z 0-9, etc.) are encoded by sinograms (Chinese characters)
Example: 籪籫籬籭籮籯籰籱籲米籴籵籶籷籸籹籺类籼籽籾籿粀粁粂粃 籊籋籌籍籎籏籐籑籒籓籔籕籖籗籘籙籚籛籜籝籞籟籠籡籢籣 簹簺簻簼簽簾簿籀籁籂
The space character (U+0020) is ignored (just like the other space variants) as well as the control characters from U+0000 to U+001F, from U+007F to U+00A0 and from U+D800 to U +DFFF.
ROT8000 support is limited to BMP, and emojis are not included in this Unicode plan (just like thousands of other characters).
dCode retains ownership of the "ROT8000 Cipher" source code. Any algorithm for the "ROT8000 Cipher" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "ROT8000 Cipher" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "ROT8000 Cipher" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "ROT8000 Cipher" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: ROT8000 Cipher on dCode.fr [online website], retrieved on 2025-04-16,