Image Format MIME Checker - Online Identify True Type
Drop an image that might have wrong extension and see its real format (JPEG, PNG, WebP) based on header bytes.
UD5 Toolkit
Easily detect the character encoding (charset) of any text file
Drag & drop a text file here
or click to browse
Drop an image that might have wrong extension and see its real format (JPEG, PNG, WebP) based on header bytes.
Paste text and instantly see if it contains hidden zero‑width characters often used in steganography. Reveal invisible payloads.
Drop a file and see its detected type based on the first bytes (magic number). Identifies hundreds of formats. Local.
Paste text and detect its language (70+ languages) using a simple character n-gram model implemented in JavaScript. No server communication.
Drop a file to see its MIME type and the first few magic bytes (hex and ASCII). No upload, works instantly.
Shows each character's 7‑bit or 8‑bit binary representation. Includes space separation. For learning binary encoding.
Paste two texts and see cosine and Jaccard similarity scores. Understand how close two documents are. All local math.
Paste a string and get a clean, safe file name by replacing forbidden characters. Works for Windows, Mac, Linux.
Paste a string of 0s and 1s and decode it back into ASCII text. Handles space‑separated blocks. Local.
Check English spelling and get suggestions using the browser's built-in dictionary. Highlight errors instantly. No data leaves your machine.
Paste two strings that look the same and see if they differ after normalization. Debug invisible encoding bugs.
Convert normal text to Unicode mathematical bold, italic, script, fraktur, and double‑struck. Copy rich text for anywhere.
Type any character and see how it renders in different font stacks. Detect missing glyphs and fallback behavior.
Convert any text into JavaScript‑style \uXXXX escape sequences and vice versa. Handles emojis. Useful for i18n development.
Test how non‑Latin characters (Chinese, Cyrillic, Arabic) convert to URL‑safe slugs with proper transliteration rules. Preview the final string.
Normalize text to any Unicode normalization form to prevent encoding bugs and ensure consistent comparison. Essential for i18n developers.
Paste your Accept‑Language header and see which languages your site should serve based on quality values. Internationalization helper.
Detect browser support for font‑tech() and font‑format() values in @font‑face src. Check COLRv1, variable, etc.
Easily apply ROT13 cipher to obfuscate or reveal text. A classic letter substitution cipher that works bidirectionally. Purely client-side processing.
Convert text and files to Base64 or decode Base64 back to original content. Processed locally with no server upload, ensuring complete data security.
Check if an IBAN has the correct length and structure for its country. Early validation, no bank connection.
Type or paste Korean Hangul and see the revised romanization. Also works backwards for basic words. Study aid.
Encode text into Wingdings symbols and decode Wingdings back to text. A nostalgic and fun puzzle tool. All processing in your browser.
Paste an enciphered text and instantly see all 25 possible shifts. Highlight the most plausible.
Encode or decode text using Base32 scheme. Ideal for legacy systems and data obfuscation. Works completely offline in your browser for maximum security.
Turn your webcam feed into real‑time ASCII art. Adjust density and character set. Fun for streams and demos. No upload.
Decode FLAC, Opus, or OGG audio files in the browser using compiled WASM libraries. Play instantly without server uploads. Keep audio private.
Practice positive/negative lookahead and lookbehind. See matches highlighted live. Master advanced regex.
Convert any phrase into the NATO phonetic alphabet (Alpha, Bravo, Charlie…). Copy or hear pronunciation. Useful for call centers.
Convert plain text into leet (1337) speak and decode it back. Great for gamer tags and online culture. Fun, free, and local.