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 | ?????wh | 00111111001111110011111100111111001111110111011101101000 | 3f3f3f3f3f7768 |
SJIS-WIN | ツ堕ケツ叩wh | 110000101001000111000010101110011100001010010010010000000111011101101000 | c291c2b9c292407768 |
EUC-JP | ツ堕ケツ叩wh | 100011101100001011000010110001001000111010111001100011101100001011000011101000010111011101101000 | 8ec2c2c48eb98ec2c3a17768 |
UTF-8 | ツ堕ケツ叩wh | 1110111110111110100000101110010110100000100101011110111110111101101110011110111110111110100000101110010110001111101010010111011101101000 | efbe82e5a095efbdb9efbe82e58fa97768 |
UHC | ????叩wh | 0011111100111111001111110011111111001101101100000111011101101000 | 3f3f3f3fcdb07768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)