Let $(X_n)_{n \geq 1}$ be a sequence of iid random variables where $X_i \sim \text{Uniform}(\{0, \ldots, 9\})$. Let $$Y_n = \sum_{j = 1}^n X_j10^{-j}$$ Study the convergence in distribution of $Y_n$, using the characteristic function. Recognize the limit distribution.
I think that the limit distribution is uniform over the interval $[0, 1]$, but I cannot prove it. Let $\Phi_X$ be the characteristic function of $X$. We have: $$\Phi_{X_j}(t) = \mathbb E\left[e^{iX_jt}\right] = \sum_{x = 0}^9 \frac1{10} {\left(e^{it}\right)}^x = \frac1{10}\frac{1 - e^{i10t}}{1 - e^{it}}$$
Now, since $Y_n$ is a sum of independent random variables, $$\Phi_{Y_n}(t) = \prod_{j = 1}^n \Phi_{X_j10^{-j}}(t) = \prod_{j = 1}^n \Phi_{X_j}(10^{-j}t) = \frac1{10}\prod_{j = 1}^n \frac{1 - e^{i10^{1 - j}t}}{1 - e^{i10^{-j}t}}$$
Now it remains to find the limit of $\Phi_{Y_n}(t)$ as $n \to +\infty$, but I don't know how to evaluate it unless I transform that product, which I was not able to do.
I really think that the limit is a uniform, so it should be $$\lim_{n \to +\infty} \Phi_{Y_n}(t) = \frac{e^{it} - 1}{it}$$
Any hints?