Binary Cipher Tool

Convert text to binary and back using the four cipher tricks most common in real CTF challenges — Standard, Reverse, XOR, and Bit-Shift. Runs 100% in your browser. No signup, completely free.

Plain text ⇄ binary — no cipher applied.
Message or Binary 0 characters
Result

What is a Binary Cipher Tool?

A binary cipher tool converts regular text into binary (0s and 1s) and back again — while supporting the exact tricks used in real Capture The Flag (CTF) challenges. Unlike basic converters that only do plain ASCII → binary, this tool handles the four most common CTF binary puzzles in one click:

  • Standard Binary — normal text-to-binary conversion (e.g. “Hello” → 01001000 01100101 …)
  • Reverse Binary — flips the entire bitstream backwards, a classic easy CTF twist
  • XOR Cipher — encrypts and decrypts using any repeating key you choose; the same key works both ways
  • Bit-Shift Cipher — performs a true circular shift inside each 8-bit byte (not a letter Caesar shift) — exactly what most crypto challenges expect

How to Use It (30-Second Guide)