To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 蛇車x | 1000111011010110100011101101010001111000 | 8ed68ed478 |
EUC-JP | 蛇車x | 1011110011011000101111001101011001111000 | bcd8bcd678 |
UTF-8 | 蛇車x | 11101000100110111000011111101000101110111000101001111000 | e89b87e8bb8a78 |
UHC | 蛇車x | 1101111011101111111100111011001101111000 | deeff3b378 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)