If you're talking about the variance of the random variable (taken with the explanatory variables fixed and the response as a random variable) then none of these have exactly unit variance. What we can legitimately say under the linear regression model with OLS etimation is that:
$$\begin{align}
\mathbb{V}(R_i | \mathbf{x}) &= \sigma^2 (1-h_{i,i}), \\[6pt]
\mathbb{E}(\hat{\sigma}^2 | \mathbf{x}) &= \sigma^2, \\[6pt]
\mathbb{E}(\hat{\sigma}_{(i)}^2 | \mathbf{x}) &= \sigma^2. \\[6pt]
\end{align}$$
Moreover, under broad limiting conditions we also know that there is convergence $\hat{\sigma}_{(i)}^2 \rightarrow \hat{\sigma}^2 \rightarrow \sigma^2$ as $n \rightarrow \infty$. From these results we can show that the variance of the standardised/studentised residuals approaches one asymptotically under the required limiting conditions. However, from these results, it does not follow that any of the ratios you give have exact unit variance for any finite $n$.
In fact, the only case where we can calculate an exact distribution (and an exact variance) that is independent of the explanatory variables is for the externally studentised residuals,$^\dagger$ where we have:
$$R_{i,\text{ExtStud}} = \frac{R_i}{\sigma_{(i)} \sqrt{1-h_{i,i}}} \sim \text{St}(n-p-1).$$
In this case, using the variance of the Student's T distribution we have the exact variance:
$$\mathbb{V}(R_{i,\text{ExtStud}} | \mathbf{x}) = \frac{n-p-1}{n-p-3}
\quad \quad \quad \quad \quad
\text{if } n-p>3.$$
We can see that $\mathbb{V}(R_{i,\text{ExtStud}} | \mathbf{x}) \rightarrow 1$ as $n \rightarrow \infty$, but the variance is not one for any finite $n$. In the other two cases the exact conditional distribution of the residual (given the explanatory variables) is complicated and depends on the explanatory variables. However, as previously noted, we have convergence to unit variance in all cases under broad limit conditions.
$^\dagger$ You have your notation for internal and external studentisation around the wrong way; it is external if the variance is estimated without use of the present data point.