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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髮埼メ魑ゥ阨 | 1110100110011011100011011110100110000011100000011110100110110011101010011110100010010101 | e99b8de98381e9b3a9e895 |
EUC-JP | 髮埼メ魑ゥ阨 | 111100011111101110111010111010111010010111100001111100101011010110001110101010011110111111110101 | f1fbbaeba5e1f2b58ea9eff5 |
UTF-8 | 髮埼メ魑ゥ阨 | 111010011010101110101110111001011001111110111100111000111000001110100001111010011010110110010001111011111011110110101001111010011001100010101000 | e9abaee59fbce383a1e9ad91efbda9e998a8 |
UHC | 髮埼メ??? | 110110111010010111010000111100101010101111100001001111110011111100111111 | dba5d0f2abe13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)