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^ | 001111110111010001011110 | 3f745e |
SJIS-WIN | 叩t^ | 10010010010000000111010001011110 | 9240745e |
EUC-JP | 叩t^ | 11000011101000010111010001011110 | c3a1745e |
UTF-8 | 叩t^ | 1110010110001111101010010111010001011110 | e58fa9745e |
UHC | 叩t^ | 11001101101100000111010001011110 | cdb0745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)