Base32
Binary-to-text encoding scheme using 32 symbols
Base32 is binary-to-text encoding based on the base-32 numeral system. It uses an alphabet of 32 digits, each of which represents a different combination of 5 bits (25).
Nº Q809818 ★★
Uncommon · Knowledge
Base32
Binary-to-text encoding scheme using 32 symbols
Base32 is binary-to-text encoding based on the base-32 numeral system. It uses an alphabet of 32 digits, each of which represents a different combination of 5 bits (25).
Last price
—
Floor price
—
7-day median
—
30-day sales
0
30-day range
—
In circulation
0
Price history
median
low – high
sales
No sales in this period
Show table
| Date | median | Low | High | sales |
|---|
Sales history
- Last sale
- —
- 30-day average
- —
- 30-day low
- —
- 30-day high
- —
- Sales 7d
- 0
- Sales 30d
- 0
No sales yet.
Anonymous sales: no buyer or seller shown. Figures count player-to-player sales only.
From Wikipedia
Base32 is binary-to-text encoding based on the base-32 numeral system. It uses an alphabet of 32 digits, each of which represents a different combination of 5 bits (25). Since base32 is not very widely adopted, the question of notation i.e. which characters to use to represent the 32 digits is not as settled as in the case of more well-known numeral systems (such as hexadecimal) even though RFCs and unofficial and de facto standards exist. One way to represent Base32 numbers in human-readable form is using digits 0–9 followed by the twenty-two upper-case letters A–V. However, many other variations are used in different contexts. Historically, Baudot code could be considered a modified (stateful) base32 code. Base32 is often used to represent byte strings.
Text: Wikipédia, CC BY-SA 4.0. ·
Related cards
Binary-to-text encoding
Scheme for encoding arbitrary binary data as plain text
Nº Q3775042 ★
UTF-32
Format for transforming texts encoded with 4 bytes per code point in the universal character set defined by ISO/IEC 10646 and the Unicode Standard
Nº Q736068 ★
Binary-coded decimal
Class of binary encodings of decimal numbers where each decimal digit is represented by a fixed number of bits, usually four or eight. Special bit patterns are sometimes used for a sign or for other indications
Nº Q276582 ★★★
Bit
Basic unit of information in computing and digital communications
Nº Q8805 ★★★
Fibonacci coding
Universal code
Nº Q2633 ★★
Hex editor
Computer program which can represent and edit data at the byte level
Nº Q747948 ★★