I'm getting a radio ready for a big event that is coming up in the next week. In order to program it successfully and "drown out" the sewer, waste departments, Transit, etc., I'll have to program the Talkgroup(or HEX number) into the radio, and enable selective squelch.
The only problem with this is that some of the hex numbers have letters in them(06a, 06b, 89b, etc.) Is there a way to decode the letters into numbers...or the numerical hex number?
Thanks in advance,
Josh
Converting the letters to numbers in a "HEX" number
Moderator: Queue Moderator
Converting the letters to numbers in a "HEX" number
Cheers & 73s,
Josh - KD7FLY
MDC: 3169
P25: 6001165
DMR-MARC: 3142019
---
Josh - KD7FLY
MDC: 3169
P25: 6001165
DMR-MARC: 3142019
---
Re: Converting the letters to numbers in a "HEX" number
http://www.dolcevie.com/js/converter.html
http://www.easycalculation.com/hex-converter.php
first two results from google for hex converter, btw
http://www.easycalculation.com/hex-converter.php
first two results from google for hex converter, btw
Re: Converting the letters to numbers in a "HEX" number
I did not think it would be that easy, that's why I went and jumped to the community first. Thanks alot...I feel like an idiot now. 

Cheers & 73s,
Josh - KD7FLY
MDC: 3169
P25: 6001165
DMR-MARC: 3142019
---
Josh - KD7FLY
MDC: 3169
P25: 6001165
DMR-MARC: 3142019
---
Re: Converting the letters to numbers in a "HEX" number
Start>Run>"calc" <ENTER>
View>Scientific
Select Hex
Type Number
Select Dec
Profit!
View>Scientific
Select Hex
Type Number
Select Dec
Profit!
Re: Converting the letters to numbers in a "HEX" number
1. Go to google.
2. Enter "0x1A2B3C4D in decimal" (substitute in your value).
3. Profit?
2. Enter "0x1A2B3C4D in decimal" (substitute in your value).
3. Profit?
Re: Converting the letters to numbers in a "HEX" number
That worked for me, but the Google one for reason is having no joy...maybe I'm doing something wrong.akardam wrote:Start>Run>"calc" <ENTER>
View>Scientific
Select Hex
Type Number
Select Dec
Profit!
Either way, thank you!
Cheers & 73s,
Josh - KD7FLY
MDC: 3169
P25: 6001165
DMR-MARC: 3142019
---
Josh - KD7FLY
MDC: 3169
P25: 6001165
DMR-MARC: 3142019
---
Re: Converting the letters to numbers in a "HEX" number
If you have extensive conversions to do, of if you have to do hex math (such as designing MDC systems), you can use MS Excel.
First, you have to plug in the "add-in" called "Analysis ToolPak." Go to "Tools" "Add-ins". The program may call for your Office install CD.
Then you can use the functions "dec2hex()" and "hex2dec()" to convert back and forth.
First, you have to plug in the "add-in" called "Analysis ToolPak." Go to "Tools" "Add-ins". The program may call for your Office install CD.
Then you can use the functions "dec2hex()" and "hex2dec()" to convert back and forth.