Timezone, timestamp, Base64, HEX, date diff, and more — all in one place
IPerfect.Net offers a set of free online converters built for developers and IT professionals. These cover the most common day-to-day conversion tasks — from converting a Unix timestamp to a human-readable date, to encoding strings in Base64, to calculating the difference between two datetime values. All tools work instantly in the browser with no registration.
Open Converter ToolsThe timezone converter lets you pick any source timezone and any target timezone from the full IANA database (600+ zones) and see the current local time in both simultaneously. It is useful for scheduling calls across regions, or for verifying that server timestamps are being interpreted correctly.
The converter is also available as an API endpoint:
Unix timestamps are widely used in APIs, databases, and log files. They represent the number of seconds (or milliseconds) elapsed since January 1, 1970 (UTC). The IPerfect.Net timestamp converter handles both second-precision and millisecond-precision timestamps and displays the result in your selected timezone.
API usage:
Developers working with network protocols, memory addresses, color codes, or microcontroller registers frequently need to switch between decimal and hexadecimal. The HEX converter handles both directions with no upper limit on the input value.
The battery backup calculator is a simple tool aimed at IoT and embedded developers. Enter your battery's capacity in milliamp-hours (mAh) and your circuit's average current consumption in milliamps (mA), and the tool tells you the theoretical runtime.
For example, a 2000 mAh battery powering a device that draws 50 mA gives approximately 40 hours of runtime.