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 | ?gh | 001111110110011101101000 | 3f6768 |
SJIS-WIN | 叩gh | 10010010010000000110011101101000 | 92406768 |
EUC-JP | 叩gh | 11000011101000010110011101101000 | c3a16768 |
UTF-8 | 叩gh | 1110010110001111101010010110011101101000 | e58fa96768 |
UHC | 叩gh | 11001101101100000110011101101000 | cdb06768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)