Base 64


base 64

file format, algorithm
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, and has largely replaced the older uuencode encoding.
(2004-07-17)

Read Also:

  • Baseball

    a game of ball between two nine-player teams played usually for nine innings on a field that has as a focal point a diamond-shaped infield with a home plate and three other bases, 90 feet (27 meters) apart, forming a circuit that must be completed by a base runner in order to score, the central […]

  • Baseball cap

    a close-fitting cap with a deep visor and usually the name or emblem of a baseball team, worn by baseball players, or by others as casual attire. Contemporary Examples The Twilight star was spotted in Australia wearing a baseball cap with no visible hair peeping out of its side. Karl Lagerfeld and Keira Knightley’s New […]

  • Baseball glove

    a padded, leather covering for the hand, having a pocket in the area over the palm, webbing between the sections for the thumb and forefinger, and either separate sections for each finger or sections for more than one finger: used by baseball players in the field for catching batted or thrown balls. Compare mitt (def […]

  • Baseballer

    a baseball player, especially a member of a major-league team.

  • Base on balls

    the awarding of first base to a batter to whom four balls have been pitched.


Disclaimer: Base 64 definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.