"use client"; import { Breadcrumbs } from "@/components/layout/breadcrumbs"; import { BinaryConverterExplorer } from "@/components/explorers/binary-converter-explorer"; export default function BinaryPage() { return (

Binary → Decimal Converter

Same shape, different base — explore place value in powers of 2.

); }