Convert, encode, and decode data between different formats and representations.
Transform plain text into stylish ASCII art using multiple font styles. Perfect for banners, headers, and creative text displays.
Generate ASCII ArtConvert numbers between binary, octal, decimal, and hexadecimal bases. Essential for programming and computer science.
Convert NumbersConvert Unix timestamps to human-readable dates and vice versa. Useful for debugging timestamps in logs and databases.
Convert TimestampEncode and decode internationalized domain names (IDN). Convert Unicode domain names to ASCII-compatible encoding.
Convert PunycodeConvert between various escape formats including URL encoding, HTML entities, Unicode escapes, and hex encoding.
Convert EscapesApply simple substitution ciphers to text with adjustable rotation. Classic encryption method for obfuscating text.
Encode with CipherTranslate text to Morse code and back. Learn or decode the classic communication system using dots and dashes.
Translate MorseGenerate QR codes from text, URLs, or any data. Create scannable codes for easy mobile access and sharing.
Generate QR CodeCreate Code128, EAN, and UPC barcodes. Generate standard retail and industrial barcodes for products and inventory.
Generate BarcodeCreate data URIs from text or file content. Embed data directly in HTML, CSS, or JavaScript using base64 encoding.
Generate Data URI