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 | 11100110101100001010010011100111101100011010010001000010 | e6b0a4e7b1a442 |
EUC-JP | 豌、邀、B | 111011001011001010001110101001001110111010110011100011101010010001000010 | ecb28ea4eeb38ea442 |
UTF-8 | 豌、邀、B | 11101000101100011000110011101111101111011010010011101001100000101000000011101111101111011010010001000010 | e8b18cefbda4e98280efbda442 |
UHC | 豌?邀?B | 11101000110101010011111111101001101011010011111101000010 | e8d53fe9ad3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)