Number Base Converter vs URL Encoder / Decoder

encoding

Number Base Converter

Convert numbers between binary, octal, decimal, and hexadecimal.

Convert any integer between base 2 (binary), base 8 (octal), base 10 (decimal), and base 16 (hexadecimal). Returns all four representations at once, with grouped formats for readability. Supports arbitrarily large integers via BigInt.

Example input:

{
  "input": "255",
  "from_base": 10
}
Use Number Base Converter
encoding

URL Encoder / Decoder

Encode or decode URLs and query string components using percent-encoding (RFC 3986).

Encode any string for safe use in a URL or query parameter using percent-encoding (RFC 3986), or decode a percent-encoded string back to plain text. Supports both full URL encoding (preserves ://?=& structure) and component encoding (encodes every special character). Shows a character-by-character encoding table for reference.

Example input:

{
  "input": "hello world & more=stuff",
  "mode": "encode-component"
}
Use URL Encoder / Decoder
FeatureNumber Base ConverterURL Encoder / Decoder
Categoryencodingencoding
Inputsinput, from_baseinput, mode
Outputsinput_normalized, from_base, decimal, binary, octal, hexadecimal, binary_grouped, hex_grouped, bit_length, is_power_of_twooutput, mode, changed, encoding_table

We use cookies to serve ads and measure traffic. Cookie policy · Privacy policy