I have a TCP server listening on a localhost's port so I need a software that can be used to establish a TCP connection to the server and then send binary data, not ASCII.
For example, I want to send a message that looks something like this (8 bytes written as hex):
FF00FE1200FF28CA
Are there any such programs freely available?
(EDIT: I forgot to mention, I am looking for a Windows application)