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 | 姐蝎 | 10001000101101111110010110011001 | 88b7e599 |
EUC-JP | 姐蝎 | 10110000101110011110100111111001 | b0b9e9f9 |
UTF-8 | 姐蝎 | 111001011010011110010000111010001001110110001110 | e5a790e89d8e |
UHC | 姐蝎 | 11101110101110111100101011101001 | eebbcae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)