what does "s" stand for in the permission list -rwsr-sr-x?

-rwsr-sr-x
I have a permission like this. What does s stand for and how do we represent this in numbers? like 755, 744 etc.,

Search for set user id and have a read of this:

setuid - Wikipedia, the free encyclopedia

Regards

It means that the setuid and setgid bits have been set.

chmod 6755  file