These are ISO 3166-1 alpha-2 codes. You can find a complete list on the ISO's website.
Running the following code in the JavaScript console (tested using Chrome) gives you a map from codes to countries in JSON format:
var result = {}
var rows = document.getElementsByTagName('tr');
for (var i=1; i