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 | 蛇鬚 | 10001110110101101110100110100010 | 8ed6e9a2 |
EUC-JP | 蛇鬚 | 10111100110110001111001010100100 | bcd8f2a4 |
UTF-8 | 蛇鬚 | 111010001001101110000111111010011010110010011010 | e89b87e9ac9a |
UHC | 蛇鬚 | 11011110111011111110001011010001 | deefe2d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)