Assuming you’re trying to use Jekyll on Windows, you may encounter an error similar to this:
Liquid Exception: incompatible character encodings: IBM437 and UTF-8 in css.html
My solution was to temporarily change the code page to UTF-8:
chcp 65001
This temporarily changes the code page of the current Command window to UTF-8.