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] | 001111110101010001011101 | 3f545d |
SJIS-WIN | 叩T] | 10010010010000000101010001011101 | 9240545d |
EUC-JP | 叩T] | 11000011101000010101010001011101 | c3a1545d |
UTF-8 | 叩T] | 1110010110001111101010010101010001011101 | e58fa9545d |
UHC | 叩T] | 11001101101100000101010001011101 | cdb0545d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)