Fraction Cipher
The Fraction Cipher encodes text using mathematical fractions, where each letter is replaced by a specific fraction representation. This creates a unique visual encoding that looks like mathematical notation.
Limitation is the alphabet does not contain letter: W

Fraction encode/decode tool
Encoding
To encode a message, each letter is replaced with its corresponding fraction symbol from the alphabet table below.
- H →
- E →
- L →
- L →
- O →
Decoding
To decode, replace each fraction symbol back to its corresponding letter:
- Identify each fraction symbol in the encoded message
- Look up which letter that fraction represents in the alphabet table
- Replace the fraction with its corresponding letter
Example
Input: HELLO
Encoded:
Decoded: HELLO
The decoder figures out that each fraction symbol maps back to its original letter based on the predefined alphabet mapping!