Step 1: Concept
Unit normal vector $\hat{n} = \pm \frac{\vec{AB} \times \vec{AC}}{|\vec{AB} \times \vec{AC}|}$.
Step 2: Analysis
$\vec{AB} = (1, 1, -3)$.
$\vec{AC} = (-1, 3, -1)$.
Step 3: Calculation
$\vec{AB} \times \vec{AC} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 1 & -3 \\ -1 & 3 & -1 \end{vmatrix} = \hat{i}(8) - \hat{j}(-4) + \hat{k}(4) = (8, 4, 4) \sim (2, 1, 1)$.
Magnitude of $(2, 1, 1) = \sqrt{4+1+1} = \sqrt{6}$.
Step 4: Conclusion
Hence, the unit vectors are $\pm \frac{2\hat{i}+\hat{j}+\hat{k}}{\sqrt{6}}$.
Final Answer: (C)