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 | 賞? | 100011111101110000111111 | 8fdc3f |
EUC-JP | 賞? | 101111101101111000111111 | bede3f |
UTF-8 | 賞黎 | 111010001011001110011110111011111010011010001001 | e8b39eefa689 |
UHC | 賞黎 | 11011111110110111110011010110001 | dfdbe6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)