# pH↔Hydrogen Ion Concentration Converter (\[H⁺\] = 10^(−pH))

Convert pH ↔ [H⁺] in mol/L, mmol/L, µmol/L or nmol/L with the full unit table — pH 7.40 ↔ 39.8 nmol/L.

> Canonical page: https://elysiatools.com/en/tools/ph-to-hydrogen-ion

- **Category:** Math & Numbers

- **Keywords:** ph to hydrogen ion, hydrogen ion concentration, ph calculator, h+ concentration, nmol/l, acid base, blood gas, ph conversion, logarithm ph, chemistry converter

## Overview

The pH↔Hydrogen Ion Concentration Converter performs bidirectional conversions between pH and hydrogen ion concentration [H⁺] using the formulas [H⁺] = 10^(−pH) and pH = −log₁₀[H⁺]. It supports multiple concentration units including mol/L, mmol/L, µmol/L, and nmol/L with configurable decimal precision.

## Inputs

- **Input Quantity** (select): Whether the entered value is a pH or a hydrogen ion concentration.
- **pH** (number): The pH value (−3 to 16), or the concentration in the selected unit.
- **Hydrogen Ion Concentration** (select): Unit of the entered (or reported) hydrogen ion concentration.
- **Decimal Places** (number)

## When to use

- When interpreting clinical blood gas results and converting arterial pH to \[H⁺\] in nmol/L.
- When preparing laboratory buffer solutions requiring precise molar hydrogen ion calculations.
- When solving chemistry coursework problems involving logarithmic acid-base equilibria.

## How it works

- Select whether your input quantity is a pH value or a hydrogen ion concentration.
- Enter the numerical value and pick the desired concentration unit (mol/L, mmol/L, µmol/L, or nmol/L).
- Set the target decimal precision to control the rounding of the calculated result.
- The tool evaluates the logarithmic or exponential relation and outputs the corresponding pH or \[H⁺\] value.

## Use cases

- Clinical acid-base status monitoring by converting blood gas analyzer readings between pH and nmol/L.
- Analytical chemistry calculations for titrations, dissociation constants, and stock acid dilutions.
- Environmental water quality testing to assess \[H⁺\] levels from measured field pH data.

## Frequently asked questions

### What formula is used to convert pH to hydrogen ion concentration?

The converter calculates hydrogen ion concentration using [H⁺] = 10^(−pH) mol/L, scaled to your chosen unit.

### What formula is used to convert \[H⁺\] back to pH?

The tool calculates pH using the negative logarithm formula: pH = −log₁₀[H⁺], where [H⁺] is in mol/L.

### Which concentration units are supported?

You can convert between mol/L (M), mmol/L (mM), µmol/L (uM), and nmol/L (nM).

### Why is nmol/L commonly used for physiological pH?

Human arterial blood pH (7.35–7.45) yields very small molar concentrations (35–45 nmol/L), making nmol/L convenient for clinical evaluation.

### Can this tool handle negative pH values or strong bases?

Yes, it accepts pH values across standard and extreme ranges, from superacids (negative pH) to concentrated bases.

## Related tools

- [Absolute Value Calculator](https://elysiatools.com/en/tools/absolute-value-calculator): Calculate the absolute value of positive, negative, or decimal numbers and explain the sign relationship
- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Bits to GB](https://elysiatools.com/en/tools/bits-to-gb): Convert bits to gigabytes with decimal vs binary interpretation, alternate-system comparison, and network-speed-aware transfer estimates
- [Bits to MB](https://elysiatools.com/en/tools/bits-to-mb): Convert bits to megabytes with decimal vs binary interpretation, alternate-system comparison, and network-speed-aware transfer estimates
- [Bolt Torque Clamp Force Calculator](https://elysiatools.com/en/tools/bolt-torque-clamp-force): Convert between bolt tightening torque and axial clamp force. T = K·F·d, where K is the nut factor (~0.20 for dry steel). Solve torque from force, or force from torque.
- [Bytes to GB](https://elysiatools.com/en/tools/byte-to-gb): Convert bytes to gigabytes with decimal vs binary interpretation, alternate-system comparison, and network-speed-aware transfer estimates
- [Byte to MB](https://elysiatools.com/en/tools/byte-to-mb): Convert bytes to megabytes using the decimal MB standard with configurable precision

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
