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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蛇蛇 | 10001110110101101000111011010110 | 8ed68ed6 |
EUC-JP | 蛇蛇 | 10111100110110001011110011011000 | bcd8bcd8 |
UTF-8 | 蛇蛇 | 111010001001101110000111111010001001101110000111 | e89b87e89b87 |
UHC | 蛇蛇 | 11011110111011111101111011101111 | deefdeef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)