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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竇キ魘ォ辣 | 1110001010000101101101111110100110110100101010111110011110000101 | e285b7e9b4abe785 |
EUC-JP | 竇キ魘ォ辣 | 11100011111001011000111010110111111100101011011010001110101010111110110111100101 | e3e58eb7f2b68eabede5 |
UTF-8 | 竇キ魘ォ辣 | 111001111010101110000111111011111011110110110111111010011010110110011000111011111011110110101011111010001011111010100011 | e7ab87efbdb7e9ad98efbdabe8bea3 |
UHC | 竇???辣 | 11010100111001000011111100111111001111111101010110111000 | d4e43f3f3fd5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)