[ Log On ]
  • Home
  • Tst
  • Cha
  • Enc
  • Code
  • IP
  • Fun
  • Sub
  • DigF
  • Cis
  • Com
  • Db
  • About
  • Netsim

Ex-OR Calculator

[Back] This page defines Ex-OR coding:

Enter Sentence:

Key (enter one character):

Result:



Let's try EX-OR key again:

Test

Show results

StringASCII (Result)Hex (Result)Hex (Base-64)Hex (Binary)
InputTest54657374VGVzdA==01010100 01100101 01110011 01110100
Key01110100 01110100 01110100 01110100
Encoded 20110700IBEHAA==00100000 00010001 00000111 00000000

Theory

The Ex-OR operator preserves the information when coding. Basically it takes each bit at a time, and uses:

Bit 1Bit 2Result
000
011
101
110
Ex-OR

Presentation