Encoding & IDs

Encode, decode and generate the identifiers developers use every day — Base64, URL encoding, number bases, timestamps and UUIDs. Use Base64/URL encoders to make data transport-safe, the Base Converter for binary/hex/decimal, and the UUID Generator for unique keys.

6 free tools — no downloads, no sign-up.

🔣

Base64 Encoder & Decoder

Encode and decode Base64 strings. Essential developer utility.

📝

HTML Entity Encoder & Decoder

Encode/decode HTML entities. XSS prevention.

🔢

Number Base Converter

Binary, octal, decimal, hex. Real-time conversion.

🔗

URL Encoder & Decoder

Encode/decode URL strings. Percent-encoding tool.

🆔

UUID Generator

Generate UUID v4 identifiers. Browser crypto API.

🕐

Unix Timestamp Converter

Convert Unix timestamps to dates and back. Bidirectional.

Frequently asked questions

Is Base64 encryption?

No. Base64 is an encoding, not encryption — it is reversible and provides no security.

What UUID versions are supported?

The generator produces standard random (v4) identifiers suitable for keys and references.

Can I convert a Unix timestamp to a date?

Yes, the Timestamp Converter turns Unix epoch values into human-readable dates and back.