Cable Designation Decoder
Free cable designation decoder that parses VDE, HAR, UL/AWG and IEC cable codes into structured specs in your browser. No upload, no login.
A coded string like H05VV-F 3G1.5 packs insulation type, voltage class, core count and conductor size into a few characters — but it lands in your catalog as an opaque blob no one can search or filter on. This cable designation decoder breaks those harmonized and regional codes into clean, structured attributes you can map straight into a product record.
Cable Designation Decoder
The interactive version of this tool is coming soon. It will run entirely in your browser — no login, no upload limits.
Planned tool: cable designation decoder
Need this now? Talk to ClaroWhat it checks
Paste one designation or a column of them and the decoder parses each segment, flags anything that does not match a known pattern, and returns the underlying specification:
- Harmonized (HAR) and VDE designations such as
H05VV-F,H07RN-ForNYM-J, segment by segment - Rated voltage class from the leading code (for example
H03,H05,H07) translated to its U0/U value - Insulation and sheath material codes (
Vfor PVC,Rfor rubber,2for XLPE,Bfor EPR and similar) - Core count and conductor cross-section from the
3G1.5/4X2.5block, including whether a protective earth core (GvsX) is present - Special construction flags — flexible (
-F), tough sheath, screened, multicore — surfaced as plain-language attributes - UL and AWG style designations (for example
MTW 16 AWG) with the equivalent metric cross-section so US and metric SKUs reconcile - Malformed or unrecognized strings, highlighted so a data steward can correct the source rather than publish a guess
How a cable designation decoder works
Cable codes are not random: harmonized designations follow CENELEC HD 361 and related IEC conventions, where each position has a defined meaning. The first letter marks the standard (H harmonized, A recognized national type), the next digits give the voltage class, the following letters describe insulation then sheath, and the trailing block encodes cores and section. The decoder applies that grammar as a lookup, walking the string left to right and resolving each token against the published code tables, then converting AWG values to mm² where needed so a single output schema covers both regions.
The same left-to-right parsing pattern shows up across industrial distribution: a bearing number, a thread call-out, an IP rating and a cable code are all compressed grammars hiding inside a part string. The value is the same in every category — an MRO distributor turning a sheath code into a searchable material facet, a furniture supplier decoding power-cord ratings on lamp listings, or a CPG packer reconciling a label spec against a datasheet. Decoding by hand is slow and inconsistent; a rules-based parser makes it repeatable.
Related resources
Tool
Bearing Designation Decoder
Parse bearing part numbers into bore, series and clearance the same way you decode cable codes.
Tool
AWG to mm2 Converter
Convert American wire gauge to metric cross-section so US and EU cable SKUs reconcile cleanly.
Tool
Thread Size Cross-Reference
Another compressed industrial code — decode and cross-reference thread call-outs into searchable specs.
Playbook
Extract Product Specs From PDFs
Pull structured cable and component specs out of datasheets with traceability back to the source.
Glossary
What Is Unit of Measure (UOM)?
Why consistent units behind a cross-section value matter when you enrich technical attributes.
Claro platform
Attribute enrichment at catalog scale
See how Claro decodes part strings, fills attributes and writes them back with provenance across millions of SKUs.
FAQ
What does H05VV-F mean?
H marks a harmonized (CENELEC) type, 05 is the 300/500 V voltage class, the first V is PVC insulation, the second V is a PVC sheath, and -F indicates a fine-stranded flexible conductor. A trailing block such as 3G1.5 would add three 1.5 mm² cores including a green/yellow earth.
What is the difference between G and X in a cable code?
In the core block, G (German ‘gelb-grün’) means one core is the protective earth, coloured green/yellow — for example 3G1.5 is two live cores plus earth. X means no dedicated earth core is included, so 4X2.5 is four equal cores with no protective conductor designated.
Can the decoder convert AWG cable sizes to mm2?
Yes. When a designation uses an American wire gauge size, such as THHN 12 AWG, the decoder returns the nearest metric cross-section in mm² alongside the original value so a mixed US and metric catalog can share one attribute schema.
Why decode cable designations into a catalog instead of leaving the code as-is?
A raw code is not searchable or filterable. Buyers look for ‘2.5 mm² flexible PVC’ or ‘three-core with earth’, not for H05VV-F 3G1.5. Decoding the string into discrete attributes makes products findable on site, comparable across suppliers, and usable by AI search engines that read structured data.
Does using this tool guarantee a cable is compliant?
No. The decoder reports what the printed designation claims. Whether the cable actually meets that voltage class, material or approval is a question for the manufacturer datasheet and certification, which you should verify before publishing any compliance attribute.