FILE TOOL // 047

Null Byte Scanner

Count zero-value bytes and locate contiguous null runs, helping you inspect padding, sparse-looking regions, terminators, and binary structure.

Processed locally in your browser

Choose files to scan

Exact zero-byte analysis
FileSizeType
No files selected.
Choose files to begin.0 files
Advertisement

How to use Null Byte Scanner

  1. Select files to count null bytes and locate runs of consecutive 0x00 values.
  2. Adjust the options for the report you need.
  3. Select “Scan Null Bytes,” review the result, and download the generated file.

What this file tool does

Count zero-value bytes and locate contiguous null runs, helping you inspect padding, sparse-looking regions, terminators, and binary structure.

Every selected byte is compared with 0x00. The report counts all nulls and records runs at or above the chosen minimum length.

Processing stays on this device. A null byte is common in many legitimate binary formats. This scanner describes byte locations and does not diagnose corruption or malicious content.

Supported inputs and limits

A null byte is common in many legitimate binary formats. This scanner describes byte locations and does not diagnose corruption or malicious content.

TargetByte value 0x00
Run threshold1 to 1,048,576 bytes
MetricsCount, density, offsets, run length
OutputJSON or CSV

Example and practical tips

Practical example

Scan a binary image for long zero-filled regions, then use the reported offsets for targeted inspection with a hex viewer.

Tips

  • Use a longer minimum run to focus on padding regions.
  • A high null-byte count may be normal for UTF-16 text or sparse structures.
  • Keep offset notation consistent with your other analysis tools.

Frequently asked questions

How do I find null bytes in a file?

Choose the file and minimum run length; the scanner reads every byte and reports counts and offsets.

What is a null byte?

It is a byte with numeric value zero, commonly written as 0x00.

Why does a UTF-16 file contain many zero bytes?

Basic Latin characters in UTF-16 often include a zero high byte depending on byte order.

Do long zero runs mean a file is damaged?

No. They can be intentional padding, reserved space, sparse data, or part of a valid format.

Can I download the null-byte offsets?

Yes. Choose JSON for a structured report or CSV for one row per recorded run.

Null Byte Scanner details

Tool number047
CategoryFile Inspection & Analysis
ProcessingLocal browser operation
DownloadGenerated report or verification bundle

Browse more file tools

Callfile categories
File Organization & Naming

Rename, clean, sequence, and validate file names.

View all
Archive & Compression

Create, inspect, compress, and extract archives.

View all
Integrity & Verification

Generate checksums, manifests, and signatures.

View all
File Inspection & Analysis

Inspect bytes, headers, MIME types, and entropy.

View all
Folder & Storage Analysis

Analyze folder size, contents, age, and distribution.

View all
File Splitting & Assembly

Split, join, extract, patch, and verify chunks.

View all
File Security & Privacy

Encrypt files and inspect privacy or safety signals.

View all
Backup & Change Tracking

Compare backup sets and detect file changes.

View all