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?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 腺D腺D^ | 10010001010000100100010010010001010000100100010001011110 | 9142449142445e |
EUC-JP | 腺D腺D^ | 11000001101000110100010011000001101000110100010001011110 | c1a344c1a3445e |
UTF-8 | 腺D腺D^ | 111010001000010110111010010001001110100010000101101110100100010001011110 | e885ba44e885ba445e |
UHC | 腺D腺D^ | 11100000110011010100010011100000110011010100010001011110 | e0cd44e0cd445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)