Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 930 Bytes

File metadata and controls

14 lines (10 loc) · 930 Bytes

128hex

A simple web-based tool to visualize 128-bit hexadecimal values as a binary bit table. Enter a 32-character hex string, and the tool dynamically generates a bit table with nibble and byte groupings, along with a C-style array initializer in little-endian or big-endian format.

This project was created with the assistance of AI tools

Features

  • Hexadecimal to Binary Conversion: Converts 128-bit (32 hex digits) input into a binary table.
  • Dynamic Bit Table: Displays bits in a structured table with nibble and byte group separators and bit position indices.
  • C Array Generator: Generates a C-style array initializer for the input in little-endian or big-endian format.
  • Error Handling: Validates input and provides feedback for invalid hex strings.
  • Theme Toggle: Switch between dark and light themes.
  • Interactive Highlighting: Hover over hex characters to highlight corresponding nibbles in the bit table.