Tested tool guide
Tested browser tools
Checked August 16, 2026
What MAC Address Formatter does, with a checked example
MAC Address Formatter rewrites the same 48-bit address as six colon-separated octets, six dash-separated octets, three dot-separated four-digit groups, or 12 bare hexadecimal digits. It also looks up the registration associated with the address prefix when a matching OUI record is available. The result does not change the address itself. The most common mistake is treating an OUI match as proof of the device manufacturer or model. It identifies a registered organization, which may be an interface vendor, an OEM supplier, or another assignee.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
Colon: 00:00:0C:12:34:56
Dash: 00-00-0C-12-34-56
Dot: 0000.0C12.3456
Bare: 00000C123456
OUI: 00:00:0C - Cisco Systems, Inc.
The 12 hexadecimal digits split into octets as 00, 00, 0C, 12, 34, and 56. The first six digits form the 00:00:0C OUI registered to Cisco Systems, Inc.; changing separators or letter case does not change the underlying value.