This isn’t tested, but I believe it will split them,
but unsure if you meant ASCII values rather than these real values.

Code:
bytea = $2B

byteb = bytea >> 4
bytea = bytea - (byteb << 4)

‘ byteb = $02
’ bytea = $0B