Hex Viewer - Online Inspect Binary File Hex Dump
Drop any file to see its raw hexadecimal representation and ASCII side‑by‑side. Navigate with offset. Client‑side only.
UD5 Toolkit
Upload any file to visualize its binary structure. See byte density, distribution patterns, and entropy — all processed locally in your browser.
Drop your file here or click to browse
Any file type supported · Up to 256 MB · 100% private
Drop any file to see its raw hexadecimal representation and ASCII side‑by‑side. Navigate with offset. Client‑side only.
Drag a slider to see wind speed in knots/mph/kmh and the corresponding sea conditions and land effects.
Compare standard keyboard layouts side-by-side. Click keys to see characters. Useful for learning alternative layouts.
Enter an amount and see a virtual stack of $100 bills with height comparison to everyday objects.
Simulate paint colors on a pre-loaded room photo by adjusting hue, saturation. Find your perfect shade before buying. Local canvas.
Test how fast you can convert between binary and decimal. Timed drills with increasing difficulty. Learn base‑2 fluency.
Convert any photo into a stark 1‑bit black‑and‑white image (no grays). Adjust threshold. Save as PNG.
Paste a JSON object and see a dynamic, draggable tree graph representation. Excellent for debugging nested data.
Enter text and see each character's 8‑bit binary laid out in a black‑and‑white grid. Beautiful data art. Local.
Convert any image into a raw binary array of RGBA values. For use in embedded systems or game development. Copy as Uint8Array.
Type a password and see a bar that fills based on estimated bits of entropy. Color‑coded feedback. No storage.
Enter two tire sizes and see a side‑by‑side comparison of diameter, width, and speedometer error. Local math.
Upload multiple text files and concatenate them into one, with optional separators. No upload; processed instantly.
See how a computer decides even/odd by looking at the least significant bit. Enter decimal or binary.
A beautiful full‑screen binary clock showing hours, minutes, seconds in glowing bits. Dark mode perfect for desks.
Upload an audio clip and generate an animated GIF of its waveform dancing. Shareable sound snippet. Canvas magic.
Adjust margin, border, padding, and content sizes interactively and see the rendered box model. Get the exact CSS. Teach or learn layout.
Draw walls on a grid and watch A*, Dijkstra, or BFS find the shortest path. Interactive animation. Learn graph traversal.
Paste a data: URL and instantly download the file it represents. Supports all MIME types. Simple extraction.
Enter a regular expression and see a visual railroad diagram explaining the pattern. Learn and debug regex.
Drop a file to see its MIME type and the first few magic bytes (hex and ASCII). No upload, works instantly.
Translate between binary and Gray code (reflected binary code). See the bit changes. Useful for digital logic.
Convert decimal negative and positive numbers to 8/16/32-bit two's complement binary. Essential for low-level programming.
Encode decimal integers into signed magnitude binary representation and decode back. Learn computer arithmetic.
Convert a decimal number to 32-bit single precision IEEE 754 format. See sign, exponent, mantissa bits. Developer tool.
See interactive Venn diagrams for SQL JOINs: INNER, LEFT, RIGHT, FULL, CROSS. Understand set theory visually. Local static site.
Visualize audio in real time from your microphone or uploaded audio file. See the waveform dance. Uses Web Audio API locally.
Calculate with binary numbers: addition, subtraction, multiplication, and division. Also bitwise AND, OR, XOR. Programmer's tool, fully client-side.
Paste binary sequences and convert them back to readable text. Supports space-separated and 8-bit formatted strings. Quick encoding reconversion.
Convert numbers between binary, octal, decimal, and hexadecimal bases. See real-time conversion as you type. Clean and simple programmer utility.