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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | スキ跖B | 1011110110110111111001101110100001000010 | bdb7e6e842 |
EUC-JP | スキ跖B | 10001110101111011000111010110111111011001110101001000010 | 8ebd8eb7ecea42 |
UTF-8 | スキ跖B | 11101111101111011011110111101111101111011011011111101000101101111001011001000010 | efbdbdefbdb7e8b79642 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)