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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 賈溪B | 1110011011001001100111111110001001000010 | e6c99fe242 |
EUC-JP | 賈溪B | 1110110011001011110111101110010001000010 | eccbdee442 |
UTF-8 | 賈溪B | 11101000101100111000100011100110101110101010101001000010 | e8b388e6baaa42 |
UHC | 賈溪B | 1100101010111001110011011010001001000010 | cab9cda242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)