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 | 調祠 | 10010010101100101110001001001011 | 92b2e24b |
EUC-JP | 調祠 | 11000100101101001110001110101100 | c4b4e3ac |
UTF-8 | 調祠 | 111010001010101010111111111001111010010110100000 | e8aabfe7a5a0 |
UHC | 調祠 | 11110000111000001101111011100110 | f0e0dee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)