ascii

40 tools tagged "ascii".

Any Base to ASCII Converter

Decode space-separated character codes in any base from 2 to 36 back into strict 7-bit ASCII text.

Open tool

ASCII AND Calculator

Bitwise AND two equal-length ASCII strings, character-by-character, positionally.

Open tool

ASCII Art Generator

Render a short piece of text as large block letters made of # characters.

Open tool

ASCII Bit Flipper

XOR a single chosen bit position (0-6) in every character's 7-bit ASCII code.

Open tool

ASCII Bit Shuffler

Reorder the 7 bit positions of every ASCII character's code using one reproducible, seeded permutation.

Open tool

ASCII Character Rotator

Rotate character codes by any shift amount, across letters-only, printable, or the full 7-bit ASCII range.

Open tool

ASCII Character Set Generator

Output the full ASCII character set as text, filtered to printable, control, or all 128 codes.

Open tool

ASCII Character Shuffler

Shuffle the order of characters in strict-ASCII text using a seeded Fisher-Yates shuffle.

Open tool

ASCII Clamper

Clamp every character's ASCII code into a chosen [min, max] range, replacing out-of-range codes with the nearest bound.

Open tool

ASCII Table Creator

Turn newline/comma/tab-delimited data into a bordered ASCII text table with auto-sized columns.

Open tool

ASCII Debugger

Break strict-ASCII input down character by character into decimal, hex, octal, and binary.

Open tool

ASCII Difference Finder

Compare two strict-ASCII texts position by position and see each character's code delta.

Open tool

ASCII Error Injector

Randomly flip a random bit in a chosen percentage of characters, seeded and reproducible, for fuzz testing.

Open tool

ASCII Length Finder

Measure strict-ASCII text length, where character count, byte count, and code unit count always match.

Open tool

ASCII NOT Calculator

Bitwise-complement every character's code within the 7-bit ASCII range (127 - code).

Open tool

ASCII OR Calculator

Bitwise OR two equal-length ASCII strings, character-by-character, positionally.

Open tool

ASCII Slicer

Extract a substring from strict-ASCII text using start/end index slicing, including negative indices.

Open tool

ASCII Art Smiley Generator

Browse a curated set of classic ASCII-art smiley faces and emoticons, one-line and multi-line.

Open tool

ASCII Spiral Generator

Plot an outward Archimedean spiral onto a grid using a chosen ASCII character.

Open tool

ASCII Sum Finder

Sum the ASCII code of every character in strict-ASCII text and get a mod-256 checksum.

Open tool

ASCII Table Generator

A searchable reference chart of all 128 ASCII codes with decimal, hex, octal, and binary values.

Open tool

ASCII to Any Base Converter

Convert strict 7-bit ASCII text to space-separated character codes in any base from 2 to 36.

Open tool

ASCII to Binary Converter

Convert strict 7-bit ASCII text to space-separated 8-bit binary, one group per character.

Open tool

ASCII to Chemical Elements Converter

Spell strict-ASCII text using periodic-table element symbols, like the classic 'spell your name in elements' game.

Open tool

ASCII to Octal Converter

Convert strict 7-bit ASCII text to space-separated 3-digit octal, one group per character.

Open tool

ASCII to Unicode Code Point Converter

Convert strict 7-bit ASCII text to space-separated U+00XX Unicode code point notation.

Open tool

ASCII Tree Drawer

Turn a 2-space or tab-indented list into a Unix tree-style ASCII directory diagram.

Open tool

ASCII Truncator

Cut strict-ASCII text to its first N characters and report exactly how many were removed.

Open tool

ASCII Typo Generator

Introduce human-typing-style typos (adjacent-key substitution, drops, duplicates, transpositions) that never leave plain ASCII.

Open tool

ASCII Validator

Audit a whole block of text and list every character outside strict 7-bit ASCII, not just the first.

Open tool

ASCII Wave Drawer

Plot a sine wave as ASCII art across a configurable width, height, and frequency.

Open tool

ASCII XOR Calculator

Bitwise XOR two equal-length ASCII strings, character-by-character, the classic building block of a XOR cipher.

Open tool

ASCII Zalgo Corruptor

Validate strict-ASCII input, then layer random Unicode combining marks onto it for a zalgo effect.

Open tool

ATASCII Table Generator

A reference chart of Atari ATASCII codes 32-126, which pass through identically to ASCII.

Open tool

Binary to ASCII Converter

Decode space-separated 7-or-8-bit binary groups back into strict 7-bit ASCII text.

Open tool

Fake ASCII Generator

Generate pronounceable fake 'words' from ASCII consonant/vowel syllables for placeholder text.

Open tool

Octal to ASCII Converter

Decode space-separated octal groups back into strict 7-bit ASCII text.

Open tool

PETSCII Table Generator

A reference chart of Commodore 64 unshifted PETSCII codes 32-126 with decimal, hex, and character.

Open tool

Random ASCII Generator

Generate a random string of a chosen length, sampled from a chosen ASCII code range.

Open tool

Unicode to ASCII Converter

Decode space-separated U+XXXX Unicode code points back into strict 7-bit ASCII text.

Open tool