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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??收B | 0011111100111111100111011011111001000010 | 3f3f9dbe42 |
EUC-JP | 搔?收B | 10001111110000001100101100111111110110101100000001000010 | 8fc0cb3fdac042 |
UTF-8 | 搔빝收B | 11100110100100001001010011101011101110011001110111100110100101001011011001000010 | e69094ebb99de694b642 |
UHC | 搔빝收B | 11100001101110001001010110111011111000101010010101000010 | e1b895bbe2a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)