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 | ?vD?vD^ | 00111111011101100100010000111111011101100100010001011110 | 3f76443f76445e |
SJIS-WIN | 辰vD辰vD^ | 100100100100001101110110010001001001001001000011011101100100010001011110 | 92437644924376445e |
EUC-JP | 辰vD辰vD^ | 110000111010010001110110010001001100001110100100011101100100010001011110 | c3a47644c3a476445e |
UTF-8 | 辰vD辰vD^ | 1110100010111110101100000111011001000100111010001011111010110000011101100100010001011110 | e8beb07644e8beb076445e |
UHC | 辰vD辰vD^ | 111100101110001101110110010001001111001011100011011101100100010001011110 | f2e37644f2e376445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)