I am trying to get the ASCII value of some character that are in extend ASCII character set.
Like:
echo ord('„');
Its output is: 226
But actual ASCII value is : 132.
My question is how to get the actual ASCII value of those character that are greater than 1 byte size?