ASCII / Hex / Binary Converter
Convert text to ASCII codes, hex, binary, and octal with live encoding tables, delimiter options, and reverse decoding for debugging data formats offline.
ASCII / Decimal (charCodeAt)
Hex (toString 16)
Binary (toString 2, padded 8)
Octal (toString 8)
More Converters
About the author
Written and maintained by the Tool4SaaS team. Every tool runs locally in your browser and is tested in-house for accuracy. Last updated: .
Frequently asked questions
Decimal ASCII, hex (2-digit), binary (8-bit) and octal. Decode supports all four via radio selection.
Yes, charCodeAt and parseInt run locally.
Yes, it is free, works offline in your browser, and your data never leaves your device.
How to use ASCII / Hex / Binary Converter
- Encode: Type text to see ASCII, hex, binary and octal.
- Decode: Switch to Decode and paste codes to get text.
- Copy: Copy any encoding.