# Text Obfuscator

Render English text into multiple obfuscation variants at once: number substitution (SSIS→55i5), hacker leet, small caps (RINHEE→ʀɪɴʜᴇᴇ), superscript, subscript, fullwidth, negative bubble, and mixed random. For bypassing crude keyword filters, unique handles, or playful decoration.

> Canonical page: https://elysiatools.com/en/tools/text-obfuscator

- **Category:** Text Processing

- **Keywords:** text obfuscator, leet, leet speak, small caps, number substitution, ssis 55i5, rinhee, unicode text, bypass filter, fancy text, text decorator, glitch text, 混淆, leet转换

## Overview

Turn plain text into hard-to-detect or novelty variants, rendered all at once so you can pick the one that fits.

**Why "obfuscation" and not just "fancy text".** This tool is built for the use case the fancy-text generators skip: making text *less* recognizable — to slip past crude keyword filters, to generate a unique username/handle, or just for playful decoration. The leet/number maps here are deliberately denser and more aggressive than the standalone leet converter.

**The variants.**
- **Numbers** — letters become look-alike digits: `SSIS → 55i5`, `HELLO → H3LL0`. The classic "bypass" style.
- **Hacker Leet** — ASCII symbols + digits for every letter (`H → #`, `A → 4`, `K → |<`). Maximally obscured.
- **Small Caps** — lowercase rendered as miniature capitals: `RINHEE → ʀɪɴʜᴇᴇ`. Looks official, stays short.
- **Superscript / Subscript** — tiny raised/lowered Unicode letters. Great for footnotes-style handles.
- **Fullwidth** — every character stretched to full-width (ＡＢＣ), the "CJK aesthetic" look.
- **Negative Bubble** — black circle, white glyph (🅐🅑🅒). Eye-catching, used in bios.
- **Mixed Random** — each letter randomly assigned a different style. Chaotic and unique every time; set a seed to make it reproducible.

**Tips.**
- Pick *All variants* to see every style at once, then copy the line you want.
- Output is plain text — paste it anywhere Unicode is supported (most chats, bios, code comments). Some sites strip exotic Unicode; if one doesn't render, try Numbers or Hacker which stay in ASCII.
- Number/Hacker styles survive even in ASCII-only environments; the Unicode styles may not.

**Note on detection.** This defeats simple substring/regex keyword matching. It does *not* defeat semantic analysis or ML-based moderation — use responsibly.

## Inputs

- **Text** (textarea): e.g. RINHEE or SSIS — text to obfuscate
- **Mode** (select)
- **Random seed (optional)** (text): e.g. my-seed — makes Mixed mode reproducible
- **Preserve letter case** (checkbox)

## When to use

- When you need to bypass simple regex or substring-based keyword filters in chats or comments.
- When creating unique, eye-catching social media handles, bios, or profile names using stylized Unicode characters.
- When generating decorative text variants for code comments, gaming tags, or playful online communication.

## How it works

- Enter the English text you want to obfuscate into the input area.
- Select your preferred obfuscation mode, such as a specific style or 'All variants' to compare them side-by-side.
- Optionally configure settings like preserving letter case or setting a random seed for reproducible mixed-style outputs.
- Copy the generated obfuscated text directly from the output preview to paste it into your destination platform.

## Use cases

- Generating stylized, hard-to-copy usernames for gaming platforms and social media bios.
- Evading basic automated keyword blocks on forums that rely on simple text matching.
- Formatting text with small caps or superscript for decorative footnotes and unique digital signatures.

## Frequently asked questions

### Will this tool bypass all content moderation filters?

No. It only bypasses simple, exact-match keyword or regex filters. It does not bypass advanced semantic or machine-learning-based moderation.

### Do all websites support these obfuscated text styles?

Most modern platforms support Unicode styles like small caps and bubbles, but some legacy systems may strip them. Number and Hacker Leet styles use standard ASCII and are universally supported.

### What does the random seed option do?

The random seed ensures that the 'Mixed Random' mode generates the exact same combination of styles for the same input text every time.

### Can I preserve the original capitalization of my text?

Yes, you can check the 'Preserve letter case' option to maintain your original uppercase and lowercase formatting where the style allows.

### Is this tool free to use?

Yes, the Text Obfuscator runs entirely in your browser and is free to use with no usage limits.

## Related tools

- [Acronym Generator](https://elysiatools.com/en/tools/acronym-generator): Turn a phrase into an acronym or initialism. Choose contributing words, which letter(s) to take, the separator, and the case.
- [Indented List to ASCII Tree](https://elysiatools.com/en/tools/ascii-tree-from-indented-list): Convert a 2-space / 4-space / Tab indented hierarchical list (Markdown bullets, -, *, 1. prefixes optional) into a copyable ASCII directory tree. Two styles: Unicode box-drawing (├──└──│) for GitHub/Discord and classic ASCII (|--\--|) for plain text. Toggles for full guide lines, trailing spaces, and bracketed leaf nodes like docs/\[api.md\].
- [Even Line Extractor](https://elysiatools.com/en/tools/even-line-extractor): Extract even-numbered lines from text content with support for various indexing methods and custom criteria
- [Fancy Text Generator](https://elysiatools.com/en/tools/fancy-text-generator): Convert text into every decorative Unicode style at once and compare them side-by-side — small caps, bold, italic, script, fraktur, double-struck, monospace, circled, fullwidth, strikethrough, underline, upside-down.
- [Glitch Text](https://elysiatools.com/en/tools/glitch-text): Create a glitchy / corrupted look by replacing each letter with neighbouring broken Unicode glyphs — Cyrillic/Greek look-alikes, block elements (█▓▒░), geometric shapes — for a flat smashed data-corruption aesthetic. Intensity slider + optional seed for reproducible results.
- [Leet Speak Converter](https://elysiatools.com/en/tools/leet-speak-converter): Convert text to and from leet speak (1337). Encode with Basic, Full, or Caps styles, or decode leet back to plain text.
- [Line Ending Converter](https://elysiatools.com/en/tools/line-ending-converter): Convert text line endings between LF (Unix/macOS), CRLF (Windows), and CR (classic Mac). Normalizes mixed endings in one pass and reports the original breakdown.
- [Multiline Merger](https://elysiatools.com/en/tools/multiline-merger): Merge multiple lines into a single line with customizable separators and formatting options

## Samples

- [Text with Emoji Samples](https://elysiatools.com/en/samples/text-with-emoji-samples): Mixed language text containing various Unicode emojis for testing emoji extraction
- [Chinese-English Mixed Text Samples](https://elysiatools.com/en/samples/text-chinese-english-mixed-samples): Sample text files with mixed Chinese and English content for testing automatic spacing tools
- [Text Case Format Samples](https://elysiatools.com/en/samples/text-case-formats): Examples of different text case formats: camelCase, snake_case, kebab-case, PascalCase, and more
- [Text with Chinese Samples](https://elysiatools.com/en/samples/text-with-chinese-samples): Mixed language text containing Chinese characters for testing Chinese extraction
