Salary Converter

Turn any pay figure — hourly, daily, weekly, biweekly, monthly or annual — into all the others. Set your hours per week, days per week and weeks per year, and see every equivalent gross rate at once, right in your browser.

Try:
Pay breakdown (JSON)

Salary Converter

Convert a pay figure between hourly, daily, weekly, biweekly, monthly and annual rates. Enter one amount, pick the period it's quoted in, set your work schedule, and get every equivalent figure back at once.

What it does

How the conversion works

Everything pivots through an annual figure and an explicit work schedule:

The defaults (40 hours/week, 5 days/week, 52 weeks/year) give the standard 2,080-hour work year; change any of them for part-time, compressed, or PTO-adjusted schedules.

Inputs

Everything runs locally in your browser; no pay data leaves your machine.

FAQ

$25 an hour is how much a year?

At the standard full-time schedule — 40 hours a week for 52 weeks — $25/hour works out to 25 × 40 × 52 = $52,000 a year, which is about $4,333.33 a month and $1,000 a week. Change the hours-per-week or weeks-per-year fields if your schedule differs.

Why is monthly pay not just weekly pay times four?

Because a year has about 4.33 weeks per month, not 4. Multiplying weekly pay by 4 undercounts by roughly a month's pay over the year. This converter always computes monthly = annual ÷ 12, so a $1,000/week salary shows as $4,333.33/month, not $4,000.

How do I account for unpaid time off?

Lower the paid weeks per year. The default 52 assumes every week is paid. If you take two unpaid weeks, set it to 50; the annual and per-period figures drop accordingly while your hourly rate stays the same.

What's the difference between biweekly and semi-monthly?

Biweekly means every two weeks — 26 paychecks a year (annual ÷ 26), which this tool shows. Semi-monthly means twice a month — 24 paychecks a year (annual ÷ 24). They're close but not equal; biweekly paychecks are slightly smaller because there are more of them.

Are these figures before or after tax?

Before tax. Every figure is gross pay — your actual take-home depends on income tax, national insurance / payroll tax, pension or retirement contributions, and other deductions that vary by country and personal situation. Use this to compare rates and offers, not to predict a net paycheck.

Developer & Automation Access

Run it from the terminal

Same engine as this page, headless — via the gizza CLI:

gizza tool salary-convert "52000"

New to the CLI? Get gizza →

Open it by URL

Pre-fill and auto-run this tool with query parameters — the names match the API/CLI:

https://gizza.ai/tools/salary-convert/?amount=52000&period=annual&hours_per_week=40&days_per_week=5&weeks_per_year=52&currency=%24

Machine-readable descriptor: tool.json — title + parameters JSON Schema for agents.