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?
The usual bijection takes the $n$-element set as $\{1,2\ldots,n\}$ and takes the multiset $\{a_1,a_2,\ldots, a_k\}$ with $a_1\le a_2\le\cdots\le a_k$ to $\{a_1,a_2+1,a_3+2,\ldots,a_k+k-1\} \subseteq\{1,\ldots,n+k-1\}$.