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 | 質珞 | 10001110101111111110000011100010 | 8ebfe0e2 |
EUC-JP | 質珞 | 10111100110000011110000011100100 | bcc1e0e4 |
UTF-8 | 質珞 | 111010001011001110101010111001111000111110011110 | e8b3aae78f9e |
UHC | 質珞 | 11110010111101011101010110101000 | f2f5d5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)