Programmer's Number Converter
- Conversion/reformatting of entire tables/matrices of numbers in one go.
- Arbitrarily large numbers.
- Arbitrary fractional precision, or infinite precision using repetends
("≈" means repetend took too long to calculate).
- Negative numbers in sign-magnitude or two's complement format.
- Any base from 2 through 36 (e.g. binary, octal, decimal, hex).
- Compound conversions (multiple conversions applied sequentially).
Input list/matrix of numbers