As character names:

U+2022 BULLET 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 162, hex 0xA2, octal \242, binary 10100010
This is continuation byte 2, expecting 0 more.

U+2022	BULLET
	= black small circle
	x (middle dot - 00B7)
	x (one dot leader - 2024)
	x (bullet operator - 2219)
	x (inverse bullet - 25D8)
	x (white bullet - 25E6)