Text to Unicode HTML Entities – Online Convert All Chars
Type text and get every character converted to &#xxxx; entities. Useful for encoding.
UD5 Toolkit
Instantly convert any text into decimal, hexadecimal, octal, binary, and U+ notation code points. Full bidirectional conversion with real-time updates.
| Char | Unicode Name / Info | Decimal | Hex | Octal | Binary | U+ Notation | UTF-8 Bytes |
|---|---|---|---|---|---|---|---|
| Enter text above to see detailed breakdown | |||||||
72 101 108), hexadecimal (0x48 0x65 or just 48 65), octal (0o110 0o145), or U+ notation (U+0048 U+0065). Use the Input Interpretation dropdown to specify how bare numbers should be interpreted. The tool auto-detects prefixes like 0x, U+, 0o, and 0b. Valid code points range from 0 to 1,114,111 (0x10FFFF).
String.prototype.codePointAt() and String.fromCodePoint() methods, which fully support the entire Unicode range from U+0000 to U+10FFFF. This includes all rare scripts, historic scripts, mathematical symbols, musical notation, and all emoji (including skin tone variants and ZWJ sequences, though each component in a sequence is treated as a separate code point). The tool correctly handles supplementary plane characters that require surrogate pairs in UTF-16.
Type text and get every character converted to &#xxxx; entities. Useful for encoding.
Convert normal text to Unicode mathematical bold, italic, script, fraktur, and double‑struck. Copy rich text for anywhere.
Convert HTML code into well‑formed XML with proper self‑closing tags and attributes. Fixes common HTML5/XHTML mismatches. Local only.
Convert dates between Hijri and Gregorian using the Umm al‑Qura algorithm. Approximate local moon sighting may vary.
Convert any text to upside down (flipped) characters using Unicode mappings. Copy and paste to social media. 100% local, no data sent.
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.
Convert hex or RGB to CIELAB L*a*b* values. Understand perceptual lightness and color opponents. Local math.
Convert currencies using a built‑in table of approximate fixed rates. Useful for quick estimates without live data. Local.
Convert Markdown to styled HTML that retains formatting when pasted into Google Docs or Word. Headings, bold, lists. Client‑side.
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.
Browse Unicode by block: Latin, Cyrillic, CJK, Emoticons. See characters and copy with a click. Full reference.
Convert a numeric amount into English words, perfect for writing checks or legal documents. Supports USD/GBP styles.
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.
Encode short audio clips into Base64 data URIs for direct embedding in HTML5 <audio> tags. No external files needed.
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.
Enter notes or chords on a virtual fretboard and generate ASCII tablature. Quick way to share musical ideas.
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.
Paste binary sequences and convert them back to readable text. Supports space-separated and 8-bit formatted strings. Quick encoding reconversion.
Strip HTML tags and convert web content to plain Markdown. Preserve headings, lists, and links. Perfect for content migration. All processing in browser.
Interactive ASCII table showing decimal, hex, octal, and binary codes for all standard and extended ASCII characters. A classic programmer reference.