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 | 陳羸 | 10010010110000101110001110111110 | 92c2e3be |
EUC-JP | 陳羸 | 11000100110001001110011011000000 | c4c4e6c0 |
UTF-8 | 陳羸 | 111010011001100110110011111001111011111010111000 | e999b3e7beb8 |
UHC | 陳羸 | 11110010111001111101011111101000 | f2e7d7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)