Paste any MAC form and get all 5 standard formats plus unicast/multicast, universal/local, and OUI.
A MAC is 6 bytes (12 hex digits). Separators are cosmetic: colons, hyphens, Cisco dots, or plain hex all encode the same bytes. Bit 0 of the first byte = unicast/multicast, bit 1 = universal/local.
00:1B:44:11:3A:B7 → 001B.4411.3AB7, 00-1B-44-11-3A-B7Uppercase colon, lowercase colon, hyphen, Cisco dotted, and plain hex — plus the OUI (first 3 bytes).
Bit 0 of the first byte decides: even = unicast, odd = multicast (e.g. FF:FF:FF:FF:FF:FF broadcast).