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 | ?F?F^ | 0011111101000110001111110100011001011110 | 3f463f465e |
SJIS-WIN | 辰F辰F^ | 10010010010000110100011010010010010000110100011001011110 | 9243469243465e |
EUC-JP | 辰F辰F^ | 11000011101001000100011011000011101001000100011001011110 | c3a446c3a4465e |
UTF-8 | 辰F辰F^ | 111010001011111010110000010001101110100010111110101100000100011001011110 | e8beb046e8beb0465e |
UHC | 辰F辰F^ | 11110010111000110100011011110010111000110100011001011110 | f2e346f2e3465e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)