I know that there are ${n+k-1 \choose k}$ multisets of size $k$ of a subset of size $n$. This means that there must be a bijection between multisets of size $k$ of a set of size $n$ and subsets of size $k$ of a set of size $n+k-1$. A specific example is the number of multisets of size $3$ of a $5$ element set is the same the number of substs of size $3$ of a $7$ element set ($3 + 5 - 1 = 7$). I found an illustration of this specific bijection on wikipedia (https://en.wikipedia.org/wiki/File:Combinations_with_repetition;_5_multichoose_3.svg).
Does anyone know of a general bijection using $n$ and $k$ rather than specific numbers?