Convert a MAC address between the four notations, and read the two bits that matter.
Any separator, or none. Colons, hyphens, dots or bare hex all work.
00:1a:2b:3c:4d:5e
The same address in the four notations different systems expect. The two bits worth reading are both in the first octet: the lowest bit distinguishes unicast from multicast, and the next one up marks a locally administered address. This one is universally administered, so the first three octets are the vendor identifier.
What this cannot tell you
Take this with you
MAC Format Converter on RunTheTests — free browser-based netmath tools, no sign-up.