User:PythonshellDebugwindow/Encoding Two 3-bit Numbers in a 4-bit Number

From Esolang
Jump to navigation Jump to search

This page is an attempt to encode two 3-bit numbers in a 4-bit number.

Our 3-bit numbers

Let's use 101 and 011.

Attempt 1

101
011

How?!

101 & 011 = 001 & 111

See talk