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^ | 11111010110110010100010011111010110110010100010001011110 | fad944fad9445e |
EUC-JP | 晳D晳D^ | 100011111100001011000100010001001000111111000010110001000100010001011110 | 8fc2c4448fc2c4445e |
UTF-8 | 晳D晳D^ | 111001101001100110110011010001001110011010011001101100110100010001011110 | e699b344e699b3445e |
UHC | 晳D晳D^ | 11100000101011110100010011100000101011110100010001011110 | e0af44e0af445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)