Every number is a stack of digits, and reading a stack means knowing each digit and its place: in 3456 the 3 is thousands, the 4 hundreds, the 5 tens and the 6 ones. Splitting pulls that stack apart - 3456 becomes the ordered list 3, 4, 5, 6 - the raw material of nearly every digit trick, checksum, puzzle and code.
Split Number into Digits takes any number of any length and lays out its digits in order, with an optional place-value chart that names each column from ones up to the highest power. Whole and fractional parts can be split together, signs are reported but never counted, and the digit list copies or downloads in one click.