It's simpler to understand with sets and a proper choice of names. $P,Q,R$ are not very meaningful, while these below ease understanding.
$L=$ the set of lions
$F=$ the set of fierce creatures
$C=$ the set of coffee drinkers
So your propositions meaning are
$\forall x(P(x)\Rightarrow Q(x))$
$x\in L\Rightarrow x\in F\qquad$ if x is a lion then it is a fierce creature
$L\subset F\qquad$ or all the lions are fierces creatures
$\exists x(P(x)\land\lnot R(x))$
$\exists x\in L$ and $x\notin C\qquad$ there is at least one lion that do not drink coffee
$L\cap \overline C\neq \varnothing\qquad$ or some lions do not drink coffee
$L\cap C\neq L\qquad$ or the lions that drink coffee do not represent all the lions
$\exists x(Q(x)\land\lnot R(x))$
$\exists x\in F$ and $x\notin C\qquad$ there is at least one fierce creature that do not drink coffee
$F\cap \overline C\neq \varnothing\qquad$or some fierce creatures do not drink coffee
$F\cap C\neq F\qquad$or the fierce creatures that drink coffee do not represent all the fierce creatures
Note that in natural language $\exists x(X\land\lnot Y)$ or equivalently $X\cap \overline Y\neq \varnothing$ means : "there exist some $X$ that are not $Y$".
Clearly propositionnal logic is often quite hard to read compared to set vocabulary.
Edit: Meanwhile, reading a wiki page on quantifiers, I found this german one
wiki: Quantor
Let suppose we have :
$\Omega$ : Is everything let say all the animals. Quantifiers are implicitely $\forall x\in\Omega$ and $\exists x\in\Omega$
$L(x)$ : x is a lion
$C(x)$ : x drinks coffee
$\forall x(L(x)\rightarrow C(x))\quad$ all lions drink coffee
$\forall x(L(x)\rightarrow \lnot C(x))\quad$ no lion drink coffee $\iff$ all lions do not drink coffee
$\exists x(L(x)\wedge C(x))\quad$ some lions drink coffee
$\exists x(L(x)\wedge \lnot C(x))\quad$ some lions do not drink coffee $\iff$ not all lions drink coffee
$\forall x(L(x)\wedge C(x))\quad$ all animals are lions and drink coffee
$\exists x(L(x)\rightarrow C(x))\quad$ some animals are not lions or drink coffee $\iff$ not all animals are non-coffee drinking lions