You can use the following information in order to convert the data you have to the decimal degrees.
Ways to calculate:
One degree is equal to 60 minutes and equal to 3600 seconds:
1º = 60' = 3600"
One minute is equal to 1/60 degrees:
1' = (1/60)º = 0.01666667º
One second is equal to 1/3600 degrees:
1" = (1/3600)º = 2.77778e-4º = 0.000277778º
For angle with d integer degrees m minutes and s seconds:
dº m' s"
The decimal degrees dd is equal to:
dd = d + m/60 + s/3600
You can apply the above data to your and get the results.