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 | 鬘鷺賠 | 111010011010000110001101111010111001010010000101 | e9a18deb9485 |
EUC-JP | 鬘鷺賠 | 111100101010001110111010111011011100011111100101 | f2a3baedc7e5 |
UTF-8 | 鬘鷺賠 | 111010011010110010011000111010011011011110111010111010001011001110100000 | e9ac98e9b7bae8b3a0 |
UHC | ?鷺賠 | 0011111111010110110111001101101111010011 | 3fd6dcdbd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)