---
title: "Convert hexadecimal to binary"
description: "Interpret a hexadecimal number and render it in base two."
---

> Documentation Index
> Fetch the complete documentation index at: https://help.serialize.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Convert hexadecimal to binary

import RecipeDoc from "../../../../components/RecipeDoc.astro";

Source: https://help.serialize.dev/recipes/encoding/hex-to-binary/index.mdx
