App to view clipboard contents on OSX in unformatted / hex form

I'm looking for an OSX application that allows you to view the clipboard data in hex format. So if, for example, there's an image copied to the clipboard, then the app shows me the image data in hex form (i.e., "unformatted")

Is there an app out there for OSX that can do this? CLCL works, but unfortunately it's Windows only.


Apple has provided sample code in the form of a project to create an app called "Clipboard Viewer" which does exactly what you're looking for. Don't know where I put my copy of the project, but here's a copy of the app:

http://www.markdouma.com/developer/ClipboardViewer.zip


If you want to download and compile the code, it's still available in Apple's Developer Site as Clipboard Viewer.