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 | ?I?I^ | 0011111101001001001111110100100101011110 | 3f493f495e |
SJIS-WIN | 叩I叩I^ | 10010010010000000100100110010010010000000100100101011110 | 9240499240495e |
EUC-JP | 叩I叩I^ | 11000011101000010100100111000011101000010100100101011110 | c3a149c3a1495e |
UTF-8 | 叩I叩I^ | 111001011000111110101001010010011110010110001111101010010100100101011110 | e58fa949e58fa9495e |
UHC | 叩I叩I^ | 11001101101100000100100111001101101100000100100101011110 | cdb049cdb0495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)