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 | 剪祠 | 10011001100100101110001001001011 | 9992e24b |
EUC-JP | 剪祠 | 11010001111100101110001110101100 | d1f2e3ac |
UTF-8 | 剪祠 | 111001011000100110101010111001111010010110100000 | e589aae7a5a0 |
UHC | 剪祠 | 11101110111100101101111011100110 | eef2dee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)