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 | ?????vB | 00111111001111110011111100111111001111110111011001000010 | 3f3f3f3f3f7642 |
SJIS-WIN | ツ堕クツ端vB | 110000101001000111000010101110001100001010010010010110110111011001000010 | c291c2b8c2925b7642 |
EUC-JP | ツ堕クツ端vB | 100011101100001011000010110001001000111010111000100011101100001011000011101111000111011001000010 | 8ec2c2c48eb88ec2c3bc7642 |
UTF-8 | ツ堕クツ端vB | 1110111110111110100000101110010110100000100101011110111110111101101110001110111110111110100000101110011110101011101011110111011001000010 | efbe82e5a095efbdb8efbe82e7abaf7642 |
UHC | ????端vB | 0011111100111111001111110011111111010011101011100111011001000010 | 3f3f3f3fd3ae7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)