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?? | 00111111010101000011111100111111 | 3f543f3f |
SJIS-WIN | 叩T叩属 | 10010010010000000101010010010010010000001001000110101110 | 924054924091ae |
EUC-JP | 叩T叩属 | 11000011101000010101010011000011101000011100001010110000 | c3a154c3a1c2b0 |
UTF-8 | 叩T叩属 | 11100101100011111010100101010100111001011000111110101001111001011011000110011110 | e58fa954e58fa9e5b19e |
UHC | 叩T叩? | 110011011011000001010100110011011011000000111111 | cdb054cdb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)