Slicksilver555 made an addon like this in game. To the previous poster who said 123 should be 01 10 101 it's using ASCII to convert to binary, so it counts to 48, 49, 50 in binary. Hence why it's an 8-bit form as the highest ASCII character (being delete) is 127.