The digits of a natural number like $5782$ can be written as a sequence of natural numbers $$(5,7,8,2)$$ Similarly, the digits of a real number can be written in the same way, e.g. the digits of $\pi$ are $$(3,1,4,1,5,9,2,...)$$ Is there an analogous notion for complex numbers? Writing them in a single sequence of natural numbers doesn't really make much sense to me. I could imagine either a vector of sequences, like the number $\pi + i \mathbb{e}$ being written as $$\begin{pmatrix}(3,1,4,1,5,9,2,...)\\(2,7,1,8,2,8,1,...)\end{pmatrix}$$ or as a sequence of vectors $$ \left( \begin{pmatrix}3\\2\end{pmatrix}, \begin{pmatrix}1\\7\end{pmatrix}, \begin{pmatrix}4\\1\end{pmatrix}, \begin{pmatrix}1\\8\end{pmatrix}, \begin{pmatrix}5\\2\end{pmatrix}, \begin{pmatrix}9\\8\end{pmatrix}, \begin{pmatrix}2\\1\end{pmatrix},...\right) $$ or maybe as a sequence of complex numbers with real/imaginary parts in $\{0,1,...,8,9\}$
$$\left( 3+2i, 1+7i, 4+1i, 1+8i, 5+2i, 9+8i, 2+1i,...\right)$$
The first version seems very wrong, because (to me) the digits of a number can be enumerated one after the other and in that case, there is only one single thing: a vector of two sequences.
The latter versions seem similar to each other in the same way that $\mathbb{R}^2$ and $\mathbb{C}$ are similar.
All of my ideas seem pretty clunky and I wasn't able to find anything online. Is there even such a thing as the digits of a complex number, that people generally agree on? Does this question even make sense?