Time
Unix Timestamp Converter
Convert between Unix timestamps and dates. Seconds or milliseconds, local time or UTC.
Generators
Generate UUID v4 identifiers locally with the Web Crypto API.
LocalProcessed locally — identifiers are created in your browser.
Available actions: copy, clear.
UUID v4 via crypto.randomUUID(). 1–100 per click.
Click Generate UUID. The UUID generator uses crypto.randomUUID() in your browser. Nothing is sent to a server.
Set the count from 1 to 100, then generate. Each value is a random UUID v4.
Copy one UUID, or copy all. Clear removes the list. Generate again to replace it.
Leave the count at 1 and generate. You get a single UUID v4 such as 550e8400-e29b-41d4-a716-446655440000.
Set the count to 10 when you need several test IDs. The list stays on this page until you clear or generate again.
Time
Convert between Unix timestamps and dates. Seconds or milliseconds, local time or UTC.
Encoding
Encode and decode Base64, including Unicode text, locally in your browser.