JS int à l'alphabet

var value = 10;

document.write((value + 9).toString(36).toUpperCase());
7h0m4s