Converting Southing/Easting GPS coordinates to Latitude/Longitude
I am developing a web application using JQuery Framework and am using Geolocation to determine the locations of our hardware stations to display on Google Maps. In our database the locations of the sites are stored in Southing/Easting format. I need a way to convert Southing/Easting coordinates to Latitude/Longitude that Google Maps can understand. Can anyone please tell me the formula or the best way to approach this problem? I have done searches on Southing/Easting however nothing came up, more like northing/westing etc and even then, not much info.. The programming part I don't really need