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 | 栓祠 | 10010000111100001110001001001011 | 90f0e24b |
EUC-JP | 栓祠 | 11000000111100101110001110101100 | c0f2e3ac |
UTF-8 | 栓祠 | 111001101010000010010011111001111010010110100000 | e6a093e7a5a0 |
UHC | 栓祠 | 11101110111110111101111011100110 | eefbdee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)