Skip to main content

Converters

Turn one representation into another on this device. Encoding is reversible and is not a cipher. Units use fixed factors, not live FX. Letter case rewrites characters without sending the string anywhere.

68 tools

Encoding

Open encoding converters for Base64, hex, URL percent-encoding, and HTML entities. If you need a checksum, use hash tools instead.

Units

The unit converter covers length, mass, temperature, volume, area, speed, data, and power. High-volume pairs such as inches to cm and Celsius to Fahrenheit are spokes of that engine.

Text and time

The case converter maps letters. Slugify and camel/snake rewrite identifiers. The time zone converter and world clock use IANA names. Word count lives under tools.

Encoding, units, and text

Converter questions

Does a converter upload my text?
No. Conversion runs in the page you opened. CZNull does not receive the input.
Is Base64 encryption?
No. Anyone can decode it. Use it to carry bytes through text systems, not to hide secrets.