WikiPlus

Conversor de Unidades

Convierte entre unidades de longitud, peso, temperatura y más. 100% gratis, funciona en tu navegador.

Procesamiento local
1.4s promedio
4.8 de 5 — basado en 1,247 usos

Por Sergio Robles — Fundador

Tus archivos se procesan localmente en tu navegador. Nunca subimos ni almacenamos tus datos.

¿Qué es Conversor de Unidades?

El convertidor de unidades de WikiPlus maneja las conversiones que surgen en el trabajo diario. Cambia metros a pies para cajas de envio. Cambia Celsius a Fahrenheit para una receta de otro pais. Convierte kilogramos a libras para un registro fitness. Cambia metros cuadrados a pies cuadrados para un listado inmobiliario. Las categorias cubren longitud, peso, temperatura, area, volumen, tiempo, velocidad y almacenamiento digital. Los resultados son precisos hasta la cifra mostrada. Todo corre en tu navegador usando valores SI e imperiales verificados. Nada de lo que escribes se envia a ningun lado. El motor de conversion toma sus numeros de fuentes NIST y BIPM. Esto coincide con lo que obtendria a mano un laboratorio de quimica, equipo de ingenieria o agente de aduanas. Los casos extremos funcionan bien. Celsius a Kelvin desplaza la escala en vez de multiplicar. Las onzas liquidas distinguen entre versiones US y UK. Los galones imperiales no se mezclan con los galones US. Ingenieros, estudiantes, transportistas, cocineros y viajeros recurren a el cuando necesitan una respuesta rapida y confiable.

¿Cuándo debo usar esta herramienta?

  • Convierte kilogramos a libras para etiquetas de envío internacional
  • Traduce una receta de Celsius a Fahrenheit para hornos americanos
  • Cambia metros a pies al leer planos arquitectónicos
  • Compara litros y galones al planificar un viaje por carretera

¿Cómo convertir entre unidades de medida?

  1. 1Elige la categoría, como longitud, peso o temperatura.
  2. 2Selecciona la unidad de origen desde la que conviertes.
  3. 3Elige la unidad destino a la que quieres convertir.
  4. 4Escribe el número y mira el resultado actualizarse al instante.
  5. 5Intercambia unidades o cambia de categoría para otra conversión.

Preguntas frecuentes

¿Qué sistemas de medida soporta el conversor?

The converter handles SI metric units and US customary units across seven measurement categories: length, mass and weight, temperature, area, volume, speed, and time. Within each category, every conversion goes through the SI base unit as an intermediate step — meters for length, kilograms for mass, kelvin for temperature, square meters for area, cubic meters for volume, meters per second for speed, and seconds for time. This two-step architecture ensures that multi-hop conversions — inches to centimeters to millimeters, for example — accumulate no rounding error beyond JavaScript's double-precision floating-point limit of approximately 15 significant digits. UK Imperial units appear in categories where they differ from US customary units. The most important distinction is volume: one UK Imperial gallon equals 4.546 liters, while one US liquid gallon equals 3.785 liters — a difference of about 20 percent. The unit picker labels each explicitly so you cannot mix them accidentally. Other notable Imperial-versus-US differences include the fluid ounce, the pint, and the quart. Dry US measurements like the dry pint and dry quart are also available in the volume category. For weight, the converter includes metric tonnes, US short tons, and UK long tons, with labels that distinguish all three. These distinctions matter in freight and commodity trading, where confusing the systems causes real financial errors. Practical tip: when converting for international shipping, confirm whether the receiving country uses US customary or UK Imperial for the relevant unit category, then select the labeled variant explicitly rather than guessing from the name alone.

¿Qué tan precisos son los resultados para ingeniería o laboratorio?

All conversion factors in the tool are sourced from BIPM and NIST published definitions, which are the authoritative international references for weights and measures. Where the SI definition fixes an exact conversion, the tool uses that exact value with no rounding. One inch is exactly 25.4 millimeters by international agreement, so any inch-to-millimeter result is exact to the limit of your input's significant figures. One pound-force is exactly 4.44822162 newtons by definition. One calorie is exactly 4.184 joules. Temperature conversions use exact formulas: to convert Fahrenheit to Celsius, subtract 32 and multiply by five ninths. To convert Celsius to Kelvin, add 273.15. These are exact offset and scale operations with no approximation. The practical limit on accuracy is JavaScript's IEEE 754 double-precision floating-point representation, which provides approximately 15 to 17 significant decimal digits. For most engineering calculations this is more than sufficient — a differential pressure measurement accurate to four significant figures does not benefit from 15-digit conversion precision. For nuclear physics, quantum chemistry, or metrological calibration work that requires extended precision beyond 15 significant figures, a BigDecimal arithmetic library or a specialized scientific calculator is the appropriate tool. For all standard laboratory, manufacturing, and civil engineering conversions, the results match what you would calculate manually using the same NIST values. Practical tip: when entering values, include all significant figures your instrument reports — the tool preserves them through the conversion and rounds only at the final display precision you select.

¿Por qué obtengo resultados ligeramente diferentes en recetas que en esta herramienta?

Recipe conversions mix two distinct types of measurement that this tool deliberately keeps separate. Volume-to-volume conversions — for example, US cups to milliliters or tablespoons to fluid ounces — are purely geometric and are calculated exactly. One US cup equals exactly 236.588 milliliters by NIST definition, and the tool returns that value with full precision. The discrepancy you see in recipe results comes from volume-to-mass conversions, which depend on the density of the specific ingredient being measured. One cup of all-purpose flour can weigh anywhere from 120 grams if spooned lightly into the cup to 150 grams if scooped and packed. The difference is 25 percent — more than enough to make a cake rise incorrectly. One cup of granulated sugar is approximately 200 grams. One cup of butter is approximately 227 grams. One cup of water is exactly 236.6 grams because water has a density of 1 g/mL at room temperature. This tool converts units within a single measurement dimension. It converts 1 cup to 236.588 mL accurately. It does not make ingredient-density assumptions because those assumptions vary by ingredient, brand, temperature, and how the ingredient was packed. For precision baking, always weigh dry ingredients in grams using a kitchen scale. If your recipe lists only volumetric measurements, find a density table specific to that ingredient. Practical tip: buy a kitchen scale accurate to one gram — they cost under fifteen dollars and eliminate all volume-to-mass conversion uncertainty in baking.

¿Hay un límite de conversiones que puedo hacer?

There is no rate limit, no daily cap, no account requirement, and no usage counter. Every conversion runs as a JavaScript arithmetic operation inside your browser. Modern JavaScript engines execute these operations at millions per second, even on low-end mobile hardware. A single conversion result appears in under one millisecond from the moment you enter a value. This means you can run conversions continuously in any browser session without any throttling or access restriction. The tool also supports batch conversion through the URL query string. You can encode a conversion directly in the URL — for example, appending ?from=kg&to=lb&value=5 to the tool URL returns the result on page load. This makes it scriptable from browser bookmarks, no-code automation tools, and CMS shortcodes that generate dynamic conversion displays. Nothing about your input — the values you convert, the units you select, or the categories you browse — is logged, tracked, or associated with your identity. There are no analytics events that carry numeric input. There is no session cookie that correlates your conversion history. You can verify this by checking the Network tab in browser Developer Tools while running conversions. The only network traffic after page load is asset caching; no conversion data leaves the browser. Practical tip: create a browser bookmark with a pre-filled query string for your most common conversion — kilograms to pounds for a fitness log, or Celsius to Fahrenheit for weather comparisons — so the result loads instantly without typing each time.

El contenido de esta pagina esta disponible bajo CC BY 4.0.