Skip to content
browserutils

Number & Data Converters

Convert timestamps, number bases, byte sizes, and CRON expressions.

20 tools

Data conversion comes up constantly in development — Unix timestamps to human-readable dates, decimal to hexadecimal, bytes to megabytes, CRON expressions to plain English, and temperature units for IoT work. These converters handle the quick transformations you need during debugging, data processing, and documentation. Each tool provides bidirectional conversion where applicable, so you can convert in either direction from a single interface. Particularly useful for DevOps engineers working with CRON schedules, backend developers dealing with timestamps and byte sizes, and anyone who needs quick number base conversions.

All Number & Data Converters

About Number & Data Converters

Convert timestamps, number bases, byte sizes, and CRON expressions. All tools in this category run entirely in your browser with no server-side processing. Your data stays on your device.

Each tool is designed for speed and simplicity. Paste your input, configure options if needed, and copy the result with one click. No sign-up, no installation, no limitations.

Questions

Can I convert Unix timestamps to dates and back?
Yes. The timestamp converter works bidirectionally — enter a Unix timestamp to see the date, or enter a date to get the timestamp. Supports seconds and milliseconds.
What number bases are supported?
The base converter supports binary (base 2), octal (base 8), decimal (base 10), hexadecimal (base 16), and custom bases up to base 36.

Related categories