Why I log chinese words cannot send to sentry?

In Java logback ,When I log the error like that:
log.error(“some thing is wrong …”); it’s ok. the error info send to sentry.
but in log.error(“中文”); it’s cannot work…
is any config I need set?