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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 姚?資 | 1001101101001100001111111000111010010001 | 9b4c3f8e91 |
EUC-JP | 姚?資 | 1101010110101101001111111011101111110001 | d5ad3fbbf1 |
UTF-8 | 姚뤺資 | 111001011010011110011010111010111010010010111010111010001011001110000111 | e5a79aeba4bae8b387 |
UHC | 姚뤺資 | 111010001110111010001111111010001110110111000000 | e8ee8fe8edc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)