$\mathbb Z_2[x]/\langle x^3+x^2+1\rangle $, I understand it is a field as $\langle x^3+x^2+1\rangle $ ideal is maximal ideal as the polynomial is irreducible over $Z_2$.
but I want to know how many elements are there in this field and how to find out that?
You have $x^3=x^2+1$ so you can eliminate powers of $x$ greater than $2$ and every element of the field is represented by a polynomial of order less than $3$.
Such polynomials have form $ax^2+bx+c$ and there are two choices in $\mathbb Z_2$ for each of $a,b,c$ so eight candidates. It remains to confirm that the eight elements are distinct (which is true because if two were equal we would get a factor of an irreducible polynomial).
Just to clarify, if we set $p(x)=x^3+x^2+1$ and we have any polynomial $f(x)$ we can use the division algorithm to write $f(x)=p(x)q(x)+r(x)$ where the degree of $r(x)$ is less than the degree of $p(x)$ - so $r(x)$ is a representative of the same element of the field as $f(x)$ - they differ by a multiple of $p(x)$. And $r(x)$ has degree at most 2. Which is what we need.
It is sometimes easier to compute $r(x)$ by using methods other than the division algorithm. An equivalent method is to treat $p(x)$ as if it is zero (since multiples of $p(x)$ count for nothing in the quotient field) (or simply $p(x)\equiv 0$ because it is in the same coset as zero). If we set $x^3+x^2+1\equiv 0$ and remember that twice anything is zero because our base field is $\mathbb Z_2$, we find that $x^3\equiv x^2+1$ - we can use this as an identity in the quotient field when we are doing explicit computations. The equivalence here is often written as an equality.
This second insight is one which will become familiar. In the quotient field, because we can treat $p(x)$ as if it is zero, we find that $x$ behaves as if it is a root of $p(x)$. So factoring by the ideals generated by irreducible polynomials is a way of creating new fields in which those polynomials have roots.