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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邀、邀、B | 11100111101100011010010011100111101100011010010001000010 | e7b1a4e7b1a442 |
EUC-JP | 邀、邀、B | 111011101011001110001110101001001110111010110011100011101010010001000010 | eeb38ea4eeb38ea442 |
UTF-8 | 邀、邀、B | 11101001100000101000000011101111101111011010010011101001100000101000000011101111101111011010010001000010 | e98280efbda4e98280efbda442 |
UHC | 邀?邀?B | 11101001101011010011111111101001101011010011111101000010 | e9ad3fe9ad3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)