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 | 族懶 | 10010001101100001001110011101111 | 91b09cef |
EUC-JP | 族懶 | 11000010101100101101100011110001 | c2b2d8f1 |
UTF-8 | 族懶 | 111001101001011110001111111001101000011110110110 | e6978fe687b6 |
UHC | 族懶 | 11110000111010011101010011111011 | f0e9d4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)