As character names:

U+00C1 LATIN CAPITAL LETTER A 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 129, hex 0x81, octal \201, binary 10000001
This is continuation byte 1, expecting 0 more.

U+00C1	LATIN CAPITAL LETTER A WITH ACUTE
	: 0041 0301