Base36 to Hexadecimal Converter

Paste a base-36 number and instantly get its hexadecimal equivalent — conversion happens entirely in your browser.

Base-36 Input

Hexadecimal Output

Result will appear here

Quick Reference — Base-36 Digit Values

Base-36 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ
Decimal 01234567891011121314151617181920212223242526272829303132333435
Hex 0123456789ABCDEF101112131415161718191A1B1C1D1E1F20212223
Copied to clipboard!

Summary

Paste a base-36 number and instantly get its hexadecimal equivalent — conversion happens entirely in your browser.

How it works

  1. Type or paste your base-36 value into the input field.
  2. The tool parses each character as a digit in base 36 (0–9 = 0–9, A/a–Z/z = 10–35).
  3. The parsed integer is converted to hexadecimal using BigInt arithmetic.
  4. The result is displayed in uppercase hex with optional 0x prefix.
  5. Use the Copy button to copy the hex result to your clipboard.

Use cases

Frequently Asked Questions

Related tools

Last updated: 2026-05-29 · Reviewed by Nham Vu