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. Except explicit open source licence (indicated Creative Commons / free), the "ROT8000 Cipher" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "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.) and all data download, script, or API access for "ROT8000 Cipher" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "ROT8000 Cipher" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
ROT8000 Cipher on dCode.fr [online website], retrieved on 2024-11-04,