Convert between binary and decimal. Supports both directions with bit grouping.
Convert between binary (base 2) and decimal (base 10). Shows the binary value grouped in 4-bit nibbles and 8-bit bytes for readability. Also displays the hexadecimal equivalent. Uses BigInt for handling large numbers.