For the most part yes!
There is a difference between /bin/sh (Bourne Shell) and /bin/bash (Unix Shell), the Bourne shell is still used on more light-weight distro’s like Apache whereas BASH is more feature rich and larger which you use on the more heavier distributions.
There is Zsh which is an extension of the Bourne Shell.
Fun fact; Your system may fallback to /bin/sh if it cannot boot properly or is unable to run /bin/bash.