Copyright © Philip M. Parker, INSEAD. Terms of Use.

BASE 64

Specialty Definition: BASE 64

DomainDefinition

Computing

Base 64 A file format using 64 ASCII characters to encode the six bit binary data values 0-63. To convert data to base 64, the first byte is placed in the most significant eight bits of a 24-bit buffer, the next in the middle eight, and the third in the least significant eight bits. If there a fewer than three bytes to encode, the corresponding buffer bits will be zero. The buffer is then used, six bits at a time, most significant first, as indices into the string "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" and the indicated character output. If there were only one or two input bytes, the output is padded with two or one "=" characters respectively. This prevents extra bits being added to the reconstructed data. The process then repeats on the remaining input data. Base 64 is used when transmitting binary data through text-only media such as electronic mail, though uuencode is more common. (1995-03-21). Source: The Free On-line Dictionary of Computing.

Source: compiled by the editor from various references; see credits.

Top     

Specialty Definition: Base 64

(From Wikipedia, the free Encyclopedia)

Base 64 is a file format using 64 ASCII characters to encode the six bit binary data values 0-63.

To convert data to base 64, the first byte is placed in the most significant eight bits of a 24-bit buffer, the next in the middle eight, and the third in the least significant eight bits. If there a fewer than three bytes to encode, the corresponding buffer bits will be zero. The buffer is then used, six bits at a time, most significant first, as indices into the string "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" and the indicated character output. If there were only one or two input bytes, the output is padded with two or one "=" characters respectively. This prevents extra bits being added to the reconstructed data. The process then repeats on the remaining input data.

Base 64 is used when transmitting binary data through text-only media such as electronic mail, though uuencode is more common.

See also MIME-encoding

Source: adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "Base 64."

Top     

Crosswords: BASE 64

Specialty definitions using "BASE 64": Multipurpose Internet Mail Extensions. (references)

Top     

Frequency of Internet Keywords: BASE 64

The following statistics estimate the number of searches per day across the major English-language search engines as identified by various trade publications. Hyperlinks lead to commercial use of the expression at Amazon.com.
 
ExpressionFrequency
per Day

base 64 decoder

9

base 64 encoding

6
Source: compiled by the editor from various references; see credits.

Top     

Anagrams: BASE 64

Scrabble® Enable2K-Verified Anagrams

Words within the letters "4-6-a-b-e-s"

-2 letters: base, sabe.

-3 letters: abs, bas, sab, sae, sea.

-4 letters: ab, ae, as, ba, be, es.

Source: compiled by the editor from various references; see credits.

SCRABBLE® is a registered trademark. All intellectual property rights in and to the game are owned in the U.S.A and Canada by Hasbro Inc., and throughout the rest of the world by J.W. Spear & Sons Limited of Maidenhead, Berkshire, England, a subsidiary of Mattel Inc. Mattel and Spear are not affiliated with Hasbro.

Top     

Alternative Orthography: BASE 64


Hexadecimal (or equivalents, 770AD-1900s) (references)

42 41 53 45      36 34

Leonardo da Vinci (1452-1519; backwards) (references)

    

Binary Code (1918-1938, probably earlier) (references)

01000010 01000001 01010011 01000101 00100000 00110110 00110100

HTML Code (1990) (references)

&#66 &#65 &#83 &#69 &#32 &#54 &#52

ISO 10646 (1991-1993) (references)

0042 0041 0053 0045      0036 0034

Encryption (beginner's substitution cypher): (references)

3635533922422

Top     



INDEX

1. Crosswords
2. Expressions: Internet
3. Anagrams
4. Orthography
5. Bibliography


  

Copyright © Philip M. Parker, INSEAD. Terms of Use.