ch - '0'
'7' - '0'
'A' - '0'
ch.toString().toInt()
'7'.toString().toInt()
ch.digitToInt()
'7'.digitToInt()