select convert(binary, 'b182379c4d3748919b21d4fd78dc11a4')
---0x6231383233373963346433373438393139623231643466643738646331316134
------解决方案--------------------
select convert(binary, 'b')
select convert(binary, '0182379c4d3748919b21d4fd78dc11a4')
select convert(binary, 'b182379c4d3748919b21d4fd78dc11a4')
/*
--------------------------
0x620000000000000000000000000000000000000000000000000000000000
(1 行受影响)
--------------------------
0x303138323337396334643337343839313962323164346664373864633131
(1 行受影响)
--------------------------
0x623138323337396334643337343839313962323164346664373864633131
(1 行受影响)
*/
???