I'm not very familiar with group theory, so I'm sorry if this is obvious, but I'm trying to find a specific group so I can see its isomorphisms.
If you take a set of four pairs of two elements, for example $\{(1,2),(3,4),(5,6),(7,8)\}$, swapping the elements of any pair constitutes an action. In total, there's $2^4=16$ actions in all. So for example, this permutation $$ \begin{pmatrix} 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\ 1 & 2 & 4 & 3 & 6 & 5 & 7 & 8 \end{pmatrix} $$ is a part of the group, but $$ \begin{pmatrix} 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\ 1 & 3 & 2 & 6 & 4 & 5 & 7 & 8 \end{pmatrix} $$ is not.
I've been looking around for ways to figure this out but I can't find anything. WolframAlpha doesn't seem to have any group-describing functions from what I've found, and all the lists of groups only seem to list them up to isomorphism, which is particularly frustrating. So what is this group called? And furthermore, if I had any set of permutations that met the definition of a group, how could I figure out what group it was?
Edit: reworded some things to be a little clearer, hopefully.