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 | 珞禀 | 11100000111000101110001001101000 | e0e2e268 |
EUC-JP | 珞禀 | 11100000111001001110001111001001 | e0e4e3c9 |
UTF-8 | 珞禀 | 111001111000111110011110111001111010011010000000 | e78f9ee7a680 |
UHC | 珞? | 110101011010100000111111 | d5a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)