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^ | 10010010101000100100010010010010101000100100010001011110 | 92a24492a2445e |
EUC-JP | 弔D弔D^ | 11000100101001000100010011000100101001000100010001011110 | c4a444c4a4445e |
UTF-8 | 弔D弔D^ | 111001011011110010010100010001001110010110111100100101000100010001011110 | e5bc9444e5bc94445e |
UHC | 弔D弔D^ | 11110000110000000100010011110000110000000100010001011110 | f0c044f0c0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)