Given the following finite fields, $$F_1=\frac{\mathbb{Z}_2[x]}{\langle x^3+x+1\rangle}$$ and $$F_2=\frac{\mathbb{Z}_2[x]}{\langle x^3+x^2+1\rangle},$$ I know that they are isomorphic because their orders are both equal $8$. How can I find an isomorphism between them?
We can write $$F_1=\left\{c_0+c_1 \alpha + c_2 \alpha^2 : \alpha^3=-\alpha-1,\; c_0,c_1,c_2 \in \mathbb{Z}_2 \right\}$$ and $$F_2=\left\{c_0+c_1 \alpha + c_2 \alpha^2 : \alpha^3=-\alpha^2-1,\; c_0,c_1,c_2 \in \mathbb{Z}_2 \right\},$$ still I have no idea how to go ahead. Thanks for your time!