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 | ?講 | 001111111000110101110101 | 3f8d75 |
EUC-JP | 沅講 | 1000111111000110111010011011100111010110 | 8fc6e9b9d6 |
UTF-8 | 沅講 | 111001101011001010000101111010001010110010011011 | e6b285e8ac9b |
UHC | 沅講 | 11101010101101101100101110111011 | eab6cbbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)