Why you get several files back
A proper favicon isn't one image — it's a directory of resolutions packed into a single .ico, so browsers, bookmark bars and desktop shortcuts can each pick the crispest fit. Most converters quietly hand you a single size and throw the rest away. This one parses the container and returns every entry — named by its dimensions, like favicon-32x32.png — with transparency intact.
Both kinds of entries are handled: modern PNG-compressed ones (usually the 256 px layer) and classic BMP-style ones from older icons. Everything is decoded on your device; the file never leaves your browser.