As character names:

U+00E1 LATIN SMALL 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 161, hex 0xA1, octal \241, binary 10100001
This is continuation byte 1, expecting 0 more.

U+00E1	LATIN SMALL LETTER A WITH ACUTE
	: 0061 0301