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 | 蛇謝 | 10001110110101101000111011010011 | 8ed68ed3 |
EUC-JP | 蛇謝 | 10111100110110001011110011010101 | bcd8bcd5 |
UTF-8 | 蛇謝 | 111010001001101110000111111010001010110010011101 | e89b87e8ac9d |
UHC | 蛇謝 | 11011110111011111101111011110011 | deefdef3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)