import net.mamoe.mirai.utils.toUHexString /** * @author Him188moe */ fun main() { println("牛逼".toByteArray().toUHexString()) }