binarybase36
Binary to Base 36 Converter
Convert binary numbers to base 36 instantly, with the working shown.
To convert binary to base 36, enter your value above and the result appears as you type. 11111111 in binary is 73 in base 36. Conversion uses arbitrary-precision integers, so very large values do not lose their low digits the way floating-point arithmetic would.
Runs in your browserAbout converting BINARY to BASE36
Binary is base 2 — each digit is one bit, so eight digits make a byte. Base 36 uses every digit and letter, producing the shortest representation that is still safe in a URL without escaping. As a worked example, 11111111 equals 255 in decimal and therefore 73 in base 36.
Share this converter
Related tools
Binary to Decimal ConverterConvert binary numbers to decimal, hex and octal instantly.Hex to Decimal ConverterConvert hexadecimal values to decimal, binary and octal.Multi-Format EncoderEncode text into Base64, hex, binary, URL, HTML entities, ROT13 and more, all at once.Octal to Decimal ConverterConvert octal numbers to decimal, binary and hexadecimal.Colour ConverterConvert any colour to HEX, RGB, HSL, HSV, CMYK, LAB and native code — with contrast, tints and harmonies.Hex to Text ConverterConvert text to hexadecimal bytes and decode hex strings back into readable text.