在线进制转换工具,支持二进制、八进制、十进制、十六进制互转
市面上大多数进制转换工具v2工具要么需要注册账号,要么有广告骚扰,甚至按月收费。自己在 Hostinger 主机上部署一套进制转换工具v2,数据完全由自己掌控,永久免费使用,还可以根据实际需求自由修改。
购买 Hostinger 主机后联系我,获取源码打包下载链接

扫码加QQ
.card:hover { border-color: var(--teal); } .card:active { transform: scale(0.98); } .card.active-base { border-color: var(--amber); } .card .label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; color: var(--text-muted); display: flex; justify-content: space-between; margin-bottom: 8px; } .card .label .radix { color: var(--text-dim); } .card .value { font-family: var(--font-mono); font-size: 17px; font-weight: 600; color: var(--text-primary); word-break: break-all; line-height: 1.35; } .card .copy-flash { position: absolute; inset: 0; background: color-mix(in srgb, var(--teal) 16%, var(--bg-panel)); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 11px; color: var(--teal); letter-spacing: 0.08em; opacity: 0; pointer-events: none; transition: opacity 0.15s ease; } .card .copy-flash.show { opacity: 1; } footer { margin-top: 28px; text-align: center; color: var(--text-dim); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; } @media (max-width: 560px) { .results { grid-template-columns: repeat(2, 1fr); } .bit .led { width: 24px; height: 24px; font-size: 11px; } .bank-body { padding: 14px 4px 8px; } header { flex-direction: column; } .theme-toggle { align-self: flex-end; } } @media (prefers-reduced-motion: reduce) { * { transition: none !important; } } :focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; }
Convert between binary, decimal, hexadecimal and octal in real time. Flip bits, watch every base update.