(this script is currently broken)

Characters:

As character names:

U+0073 LATIN SMALL LETTER S character
U+00F3 LATIN SMALL LETTER O WITH ACUTE character (ó)
U+00A0 NO-BREAK SPACE character ( )
U+0080 <control> character (&#x0080;)
U+0080 <control> character (&#x0080;)
U+006F LATIN SMALL LETTER O character
U+0079 LATIN SMALL LETTER Y character

As raw characters:

só €€oy

As a string of HTML entities:

&#x0073;&#x00f3;&#x00a0;&#x0080;&#x0080;&#x006f;&#x0079;

In detail:

Character number 1 is decimal 115, hex 0x73, octal \163, binary 01110011

U+0073	LATIN SMALL LETTER S


Character number 2 is decimal 243, hex 0xF3, octal \363, binary 11110011

U+00F3	LATIN SMALL LETTER O WITH ACUTE
	: 006F 0301


Character number 3 is decimal 160, hex 0xA0, octal \240, binary 10100000

U+00A0	NO-BREAK SPACE
	* commonly abbreviated as NBSP
	x (space - 0020)
	x (figure space - 2007)
	x (narrow no-break space - 202F)
	x (word joiner - 2060)
	x (zero width no-break space - FEFF)
	# <noBreak> 0020


Character number 4 is decimal 128, hex 0x80, octal \200, binary 10000000

U+0080	<control>


Character number 5 is decimal 128, hex 0x80, octal \200, binary 10000000

U+0080	<control>


Character number 6 is decimal 111, hex 0x6F, octal \157, binary 01101111

U+006F	LATIN SMALL LETTER O
	x (script small o - 2134)


Character number 7 is decimal 121, hex 0x79, octal \171, binary 01111001

U+0079	LATIN SMALL LETTER Y