Morse Code to Text Translator - Online Decoder
Paste Morse code (dots and dashes) and translate it back to plain English text. Supports standard timing. Local.
UD5 Toolkit
Instantly translate between plain text and binary code — fast, accurate, and free.
01000001. The process iterates through every character in the input string, converts each to binary, and joins them together — typically with spaces between each 8-bit group for readability.
é, ñ, or ©. Most modern systems use 8-bit bytes as the fundamental unit, so our tool defaults to 8-bit mode. Choose 7-bit if you're working with legacy systems or pure ASCII text.
01001000 01101001), comma-separated, or a continuous string of bits. Select the appropriate separator option and bit width, and the tool will instantly decode each binary group back to its original character. The converter automatically validates your input and alerts you if any invalid binary sequences are detected.
parseInt() and String.fromCharCode() methods, which adhere to the Unicode standard. As long as the binary input is correctly formatted — with proper 7-bit or 8-bit groupings matching the original encoding — the decoded text will be 100% identical to the original. The tool also performs input validation to catch common errors like invalid characters (anything other than 0 and 1, plus separators) or misaligned bit groups in fixed-width mode.
01001000 01100101 01101100 01101100 01101111.
Each 8-bit group is called a byte — the basic unit of digital storage. A single byte can represent 256 different values (28 = 256),
which is why 8-bit encoding became the standard for character representation in early computing and remains foundational today.
Paste Morse code (dots and dashes) and translate it back to plain English text. Supports standard timing. Local.
Convert any photo into a stark 1‑bit black‑and‑white image (no grays). Adjust threshold. Save as PNG.
Extract text from images using basic OCR technology. Works best with clear, printed fonts. Completely local, images never leave your browser for privacy.
Convert dates between Hijri and Gregorian using the Umm al‑Qura algorithm. Approximate local moon sighting may vary.
Enter CMYK values and find the closest Pantone Solid Coated color. For print design reference. Client‑side lookup.
Pick any emoji and download it as a high‑resolution PNG image with transparent background. For social media or icons.
Drop a PDF and count the total words, characters, and pages. Text extraction is done locally. Privacy‑friendly.
Convert hex or RGB to CIELAB L*a*b* values. Understand perceptual lightness and color opponents. Local math.
Convert any image into a raw binary array of RGBA values. For use in embedded systems or game development. Copy as Uint8Array.
Paste text and see a sorted count of all emojis used. Find your most‑used emoji. Fun analytics. All local.
Convert currencies using a built‑in table of approximate fixed rates. Useful for quick estimates without live data. Local.
Create a realistic letterpress (debossed) text effect using CSS text‑shadow and background. Adjust depth and light direction. Copy code.
Convert any image into colored ASCII art using divs with background colors. Creates a stunning text‑based replica. View & copy HTML.
Type or paste Korean Hangul and see the revised romanization. Also works backwards for basic words. Study aid.
Enter a Kelvin value (1000‑40000) and see the approximate white‑balance color. Photography and lighting reference.
Convert a numeric amount into English words, perfect for writing checks or legal documents. Supports USD/GBP styles.
Design a realistic neon sign text with multiple layers of glow. Copy the CSS and HTML. Perfect for headers.
Translate text into semaphore flag positions and decode semaphore back to letters. Interactive animated flags. For scouts and maritime fans.
Convert between Gregorian and Hijri (Islamic) dates. Approximate visual reference. Local algorithm.
Convert a Gregorian calendar date to its Julian Day Number and vice versa. Used in astronomy and mainframe computing.
Enter Braille dot numbers (1‑6) or paste Unicode Braille to decode into English text. Companion to text‑to‑Braille.
Translate between binary and Gray code (reflected binary code). See the bit changes. Useful for digital logic.
Encode decimal integers into signed magnitude binary representation and decode back. Learn computer arithmetic.
Convert any date into Roman numerals (day‑month‑year) for tattoos or special occasions. Clean and local.
Convert minutes to decimal hours and vice versa. Essential for billing and payroll. Instant conversion with a handy chart.
Generate a QR code with a custom text label below or above. Perfect for printed signs. All generated locally as a single image.
Convert between units of absorbed dose and equivalent dose (Gray, Rad, Rem, Sievert). Educational and reference. Local calculation.
Convert torque units between Newton-meter, foot-pound, inch-pound, and more. Essential for mechanics and engineers. Instant local conversion.
Write upside down text using Unicode flipped characters. Copy and paste to surprise friends. Completely frontend and instant.
Convert audio files between popular formats like WAV, MP3, and OGG directly in the browser. No upload, fast encoding using WebAudio and ffmpeg wasm.