Binary Blabber Bot 3000

Encode & decode messages with 2s and 3s instead of 0s and 1s

Encoder

Decoder

How it works

The Binary Blabber Bot 3000 replaces traditional binary (0s and 1s) with 2s and 3s for a more secure encoding.

Encoding process:

  1. Convert each character to its ASCII code
  2. Convert ASCII code to 8-bit binary
  3. Replace all 0s with 2s and all 1s with 3s

Decoding process:

  1. Replace all 2s with 0s and all 3s with 1s
  2. Convert 8-bit binary to ASCII code
  3. Convert ASCII code to character