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 | ?E?D^ | 0011111101000101001111110100010001011110 | 3f453f445e |
SJIS-WIN | 短E造D^ | 10010010010110100100010110010001101000100100010001011110 | 925a4591a2445e |
EUC-JP | 短E造D^ | 11000011101110110100010111000010101001000100010001011110 | c3bb45c2a4445e |
UTF-8 | 短E造D^ | 111001111001111110101101010001011110100110000000101000000100010001011110 | e79fad45e980a0445e |
UHC | 短E造D^ | 11010011101011010100010111110000111000110100010001011110 | d3ad45f0e3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)