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^ | 10010010010000110100010010010010010000110100010001011110 | 9243449243445e |
EUC-JP | 辰D辰D^ | 11000011101001000100010011000011101001000100010001011110 | c3a444c3a4445e |
UTF-8 | 辰D辰D^ | 111010001011111010110000010001001110100010111110101100000100010001011110 | e8beb044e8beb0445e |
UHC | 辰D辰D^ | 11110010111000110100010011110010111000110100010001011110 | f2e344f2e3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)