As character names:

U+201C LEFT DOUBLE QUOTATION MARK character (“)

As raw characters:

As a string of HTML entities:

“

Decoder output:

Byte number 1 is decimal 226, hex 0xE2, octal \342, binary 11100010
This is the first byte of a 3 byte sequence.

Byte number 2 is decimal 128, hex 0x80, octal \200, binary 10000000
This is continuation byte 1, expecting 1 more.

Byte number 3 is decimal 156, hex 0x9C, octal \234, binary 10011100
This is continuation byte 2, expecting 0 more.

U+201C	LEFT DOUBLE QUOTATION MARK
	= double turned comma quotation mark
	* this is the preferred character (as opposed to 201F)
	x (quotation mark - 0022)
	x (heavy double turned comma quotation mark ornament - 275D)
	x (reversed double prime quotation mark - 301D)