Binary Translator vs.1337yellow

...plus HEX, BASE64, and DEC/CHAR Translation.
Encode and Decode ASCII and ANSI text online using the forms below.
...educational and entertainment use only. Use at your own risk. : )


TEXT

BINARY

HEXADECIMAL

BASE64

DEC / CHAR




BINARY: The binary numeral system, or base-2 number system, is a numeral system that represents numeric values using two symbols, usually 0 and 1. More specifically, the usual base-2 system is a positional notation with a radix of 2. Owing to its straightforward implementation in electronic circuitry, the binary system is used internally by all modern computers.

HEXADECIMAL: In mathematics and computer science, hexadecimal (also base-16, hexa, or hex) is a numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F (or a through f) to represent values ten to fifteen. Its primary use is as a human friendly representation of binary coded values, so it is often used in digital electronics and computer engineering. Since each hexadecimal digit represents four binary digits (bits) also called a nibble it is a compact and easily translated shorthand to express values in base two.

BASE64: The term "Base64" refers to a specific MIME content transfer encoding. It is also used as a generic term for any similar encoding scheme that encodes binary data by treating it numerically and translating it into a base 64 representation. The particular choice of base is due to the history of character set encoding: one can choose 64 characters that are both part of the subset common to most encodings, and also printable. This combination leaves the data unlikely to be modified in transit through systems, such as email, which were traditionally not 8-bit clean.


The above term descriptions are from wikipedia.org
The original code for this page came from paulschou.com/tools/xlate ...where he credits nickciske.com/binary for it's inspiration.

soapinmyeyes.com GAME FORUM ... GAME BLOG soapinmyeyes.com