Skip to content

A simple web-based tool to visualize 128-bit hexadecimal values as a binary bit table.

Notifications You must be signed in to change notification settings

Liquidwork/128hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple web-based tool to visualize 128-bit hexadecimal values as a binary bit table.

Resources

Stars

Watchers

Forks

Contributors