The main difference between (∃x)(Ax . Bx) and (∃x)(Ax ⊃ Bx) is the committment they make to the existence of As and Bs. In fact, this is read directly off the truth table you gave.
You can interpret (∃x)(Ax . Bx) as saying that there is something that is both A and B. So you know that there is at least one A and at least one B. There is only a single 1 in the truth table, which is the case where A(x) gets the value 1 and B(x) gets the value 1. The object you're committed to has both properties.
(∃x)(Ax ⊃ Bx) on the other hand says that there is at least one thing such that if it is A, then it is B. All of the 1s in the truth table describe consistent cases. You don't necessarily know that there is something that is A; perhaps for every object, A(x) gets the value 0, so (Ax ⊃ Bx) works out true. In fact, you only need there to be one thing such that A(x) gets the value zero to make (∃x)(Ax ⊃ Bx) come out as true.
You can read (∃x)(Ax ⊃ Bx) as equivalent to (∃x)(¬Ax v Bx), which is in turn equivalent to (∃x)(¬Ax) v (∃x)(Bx). So the commitments we make are only to either there being some object that is not A, or there being some object that is B.
"Some A is B" has the former commitments rather than the latter, because we're saying that there is an A, such that it is also B.
(x)(Ax ⊃ Bx)comes to mean "All A are B". I'm confused with how(A . B)is false in 3 cases and(A ⊃ B)has only one case that is false. So, I'm trying to understand how can(∃x)(Ax . Bx)make sense if I look at the cases in table if you could explain that. – user963241 Nov 01 '12 at 16:35x. In order to tell whether there even exists anA, a truth-table doesn't reveal anything: whereas you can evaluate(∀x)(Ax ⊃ Bx)by simply restricting to the rows of the table whereAholds, and see whetherBalso holds, the only thing a truth table reveals about(∃x)(Ax . Bx)is that there are some meanings ofAandBin which it is possible for someAto also beB. Rather than a truth table, you need an table of objects, to see whether each satisfiedAand/orB. – Niel de Beaudrap Nov 01 '12 at 20:47