ASCII or Binary for Date Format?

Hello!

Is there maybe a unique ASCII code or Binary for each Date Format which I can use?

For example:
For letter A, ASCII is chr(65) or Binary is 01000001

Is there maybe something similar for Date Formats?

For “dd.MM.yy” a unique code maybe?
For “MM.dd.yy” another unique code maybe?