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 | ????D^ | 001111110011111100111111001111110100010001011110 | 3f3f3f3f445e |
SJIS-WIN | 驕抵スゥD^ | 1110100110000001100100101110111110111101101010010100010001011110 | e98192efbda9445e |
EUC-JP | 驕抵スゥD^ | 11110001111000011100010011110001100011101011110110001110101010010100010001011110 | f1e1c4f18ebd8ea9445e |
UTF-8 | 驕抵スゥD^ | 1110100110101001100101011110011010001010101101011110111110111101101111011110111110111101101010010100010001011110 | e9a995e68ab5efbdbdefbda9445e |
UHC | 驕抵??D^ | 1100111011110110111011101011110100111111001111110100010001011110 | cef6eebd3f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)