There’s a cool tip on the tech-recipes site to show how to see what services are being run under each instance of svchost.exe. From a command line run the following:

tasklist /svc /fi “imagename eq svchost.exe”

That will list each instance of svchost.exe with all of the services being run by that instance.