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 | 繞?―?? | 11100011100001010011111110000001010111000011111100111111 | e3853f815c3f3f |
EUC-JP | 繞?―轝? | 111001011110010100111111101000011011110110001111111000011010101000111111 | e5e53fa1bd8fe1aa3f |
UTF-8 | 繞섎―轝콮 | 111001111011100110011110111011001000010010001110111000101000000010010101111010001011110110011101111011001011110110101110 | e7b99eec848ee28095e8bd9decbdae |
UHC | 繞섎―轝콮 | 11101001101001001001100011101011101000011010101011100110101011001011001001000010 | e9a498eba1aae6acb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)