There is one problem with online hashing, at least from personal experience, hashing is done on the ASCII, or on the binary. So I'm not sure if using online tools is good.
It was just a search on a string. No hashing. (My local sha256 method uses UTF8 and a {0:x2} string formatter, works fine in .Net)