Git show diff regardless of encoding

Clash Royale CLAN TAG#URR8PPP
Git show diff regardless of encoding
In bash, git diff doesn't show the encoding changes of UTF-8. Bitbucket shows the encoding change as follows. But, when we use git diff in bash, it doesn't show such change.

Is there any way to track this change using git bash commands?
sometimes, it might have default filters enabled. The changes also show in "gitk" gui.
– JMadushan
Aug 9 at 10:41
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Are there, perhaps, any filters?
– Jan Hudec
Aug 9 at 10:35