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 | ??\h | 00111111001111110101110001101000 | 3f3f5c68 |
SJIS-WIN | 賈潁\h | 111001101100100110011111111100010101110001101000 | e6c99ff15c68 |
EUC-JP | 賈潁\h | 111011001100101111011110111100110101110001101000 | eccbdef35c68 |
UTF-8 | 賈潁\h | 1110100010110011100010001110011010111101100000010101110001101000 | e8b388e6bd815c68 |
UHC | 賈潁\h | 110010101011100111100111101110000101110001101000 | cab9e7b85c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)