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 | 髮包スエ陜 | 1110100110011011100101011110111110111101101101001110100010011101 | e99b95efbdb4e89d |
EUC-JP | 髮包スエ陜 | 11110001111110111100101011110001100011101011110110001110101101001110111111111101 | f1fbcaf18ebd8eb4effd |
UTF-8 | 髮包スエ陜 | 111010011010101110101110111001011000110010000101111011111011110110111101111011111011110110110100111010011001100110011100 | e9abaee58c85efbdbdefbdb4e9999c |
UHC | 髮包??陜 | 1101101110100101111110001101000000111111001111111111100111110000 | dba5f8d03f3ff9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)