With 64-bit processors becoming more and more common, is there a commonly accepted method which represents 64-bit integers in a more readable form?

Previous hex can represent 32-bit integers fairly nicely, still readable. But I was wondering how people were representing 64-bit integers in code so that it was still fairly readable.