Binary Table Generator

Number of rows
Show int Before
Show int After
header


help

Number of Rows
Each number is placed on a row. The larger the number, the more bits it will take to represent the number, therefore, you will get more columns.
Show int Before
Display the integer value of the number before each row.
Show int After
Display the integer value of the number after each row.
header
Show the value of each column. Read from the top down.
little/big-endian
Display the binary digits with the most signifigant bit on the left (big-endian) or the right (little-endian). See What is Endian? for a good explanation.