As character names:

U+00C9 LATIN CAPITAL LETTER E WITH ACUTE character (É)

As raw characters:

É

As a string of HTML entities:

É

Decoder output:

Byte number 1 is decimal 195, hex 0xC3, octal \303, binary 11000011
This is the first byte of a 2 byte sequence.

Byte number 2 is decimal 137, hex 0x89, octal \211, binary 10001001
This is continuation byte 1, expecting 0 more.

U+00C9	LATIN CAPITAL LETTER E WITH ACUTE
	: 0045 0301