strings is a program that finds and prints readable strings within a binary file. It is useful for determing the contents of non-text files. This is especially useful in the context of malware analysis.
strings is typically supplied by the binutils package on *nix systems.
strings.exe is supplied via the Sysinternals Suite on Windows systems.