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 | ?T?T^ | 0011111101010100001111110101010001011110 | 3f543f545e |
SJIS-WIN | 叩T叩T^ | 10010010010000000101010010010010010000000101010001011110 | 9240549240545e |
EUC-JP | 叩T叩T^ | 11000011101000010101010011000011101000010101010001011110 | c3a154c3a1545e |
UTF-8 | 叩T叩T^ | 111001011000111110101001010101001110010110001111101010010101010001011110 | e58fa954e58fa9545e |
UHC | 叩T叩T^ | 11001101101100000101010011001101101100000101010001011110 | cdb054cdb0545e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)