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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 短造造D^ | 1001001001011010100100011010001010010001101000100100010001011110 | 925a91a291a2445e |
EUC-JP | 短造造D^ | 1100001110111011110000101010010011000010101001000100010001011110 | c3bbc2a4c2a4445e |
UTF-8 | 短造造D^ | 1110011110011111101011011110100110000000101000001110100110000000101000000100010001011110 | e79fade980a0e980a0445e |
UHC | 短造造D^ | 1101001110101101111100001110001111110000111000110100010001011110 | d3adf0e3f0e3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)