Atbash Cipher

Encode and decode the Atbash cipher, which mirrors the alphabet so A becomes Z, B becomes Y, and so on. Atbash is symmetric, so the same action encodes and decodes. Letters keep their case and other characters are preserved.

Built for atbash cipher workflows and closely related tasks like atbash decoder.

13 chars2 words
13 characters, 2 words
Live preview
Svool, Dliow!

Example usage

Example input

Hello, World!

Example output

Svool, Dliow!

Batch Processing

Enter multiple inputs, one per line. Each line will be processed separately.

Why this tool?

All tools run entirely in your browser no uploads, no tracking.. All processing happens in your browser so no text ever leaves your device.

Quick tips

  • Outputs update live as you type.
  • Use the sticky copy button to grab results quickly.
  • Bookmark this page for fast access.

encoding cluster

Explore the full tool family, supporting guides, and priority pages around this workflow.

Explore all related tools

How it works

  • Type or paste the text you want to convert.
  • Each letter is mapped to its mirror position: A↔Z, B↔Y, C↔X, and so on.
  • Run the tool again on the output to decode it back to the original.

Use cases

Solve Atbash puzzles and historical cipher challenges.
Create reversible coded messages for games.
Teach mirror substitution ciphers alongside Caesar and ROT13.
Decode Atbash-encoded clues quickly.

Encoding

Explore all encoding and decoding tools

Jump back to the cluster hub to browse the full tool family, the strongest money pages, and the supporting guides tied to this workflow.

Browse Encoding

Related tools in this cluster

Conversion History

Loading...

FAQ

What is the Atbash cipher?

Atbash is a substitution cipher that reverses the alphabet, mapping A to Z, B to Y, C to X, and so on. It is one of the oldest known ciphers.

How do I decode Atbash?

Run the encoded text through the tool again. Atbash is symmetric, so encoding and decoding are the same operation.

How is Atbash different from a Caesar cipher?

A Caesar cipher shifts letters by a fixed amount, while Atbash mirrors the alphabet. Atbash has no shift value to choose.