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 | 珞瑟 | 11100000111000101110000011101100 | e0e2e0ec |
EUC-JP | 珞瑟 | 11100000111001001110000011101110 | e0e4e0ee |
UTF-8 | 珞瑟 | 111001111000111110011110111001111001000110011111 | e78f9ee7919f |
UHC | 珞瑟 | 11010101101010001110001110100010 | d5a8e3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)