A common strategy for limits $\lim_{x\to c}f(x)^{g(x)}$ of the form $1^\infty$ or $\infty^0$ is to compute first
$$
\lim_{x\to c}\log(f(x)^{g(x)})=\lim_{x\to c}g(x)\log f(x)
$$
If this limit is $l$, then the sought limit is $e^l$. In case $l=-\infty$, the limit will be $0$; in case $l=\infty$, the limit will be $\infty$.
In the present case, a further step is useful: substitute $x=1/t$, so the limit of the logarithm becomes
$$
\lim_{t\to0^+}\frac{\log(1+3t)-\log(1+8t)}{t}
$$
after noticing that
$$
\frac{\frac{1}{t}+3}{\frac{1}{t}+8}=\frac{1+3t}{1+8t}
$$
This limit is easy, because it is the derivative at $0$ of $h(t)=\log(1+3t)-\log(1+8t)$; since
$$
h'(t)=\frac{3}{1+3t}-\frac{8}{1+8t}
$$
the limit is $3-8=-5$.
Alternatively, use that $\log(1+u)=u+o(u)$, so you have
$$
\lim_{t\to0^+}\frac{\log(1+3t)-\log(1+8t)}{t}=
\lim_{t\to0^+}\frac{3t-8t+o(t)}{t}=-5
$$
Thus your limit is $e^{-5}$.