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^ | 10010000110101110100010010010000110101110100010001011110 | 90d74490d7445e |
EUC-JP | 碩D碩D^ | 11000000110110010100010011000000110110010100010001011110 | c0d944c0d9445e |
UTF-8 | 碩D碩D^ | 111001111010001010101001010001001110011110100010101010010100010001011110 | e7a2a944e7a2a9445e |
UHC | 碩D碩D^ | 11100000101101010100010011100000101101010100010001011110 | e0b544e0b5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)