Difference between revisions of "Base64"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In computer science, '''Base64''' is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix...")
 
 
Line 1: Line 1:
 
In [[computer science]], '''Base64''' is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation.
 
In [[computer science]], '''Base64''' is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation.
  
The term Base64 originates from a specific MIME content transfer encoding.
+
The term Base64 originates from a specific [[MIME]] content transfer encoding.
  
 
== See also ==
 
== See also ==
Line 13: Line 13:
 
* [[Binary-to-text encoding]] for a comparison of various encoding algorithms
 
* [[Binary-to-text encoding]] for a comparison of various encoding algorithms
 
* [[Binary number]]
 
* [[Binary number]]
 +
* [[MIME]]
 
* [[URL]]
 
* [[URL]]
  

Latest revision as of 14:46, 26 August 2016

In computer science, Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation.

The term Base64 originates from a specific MIME content transfer encoding.

See also

External links