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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?跌跌^ | 001111111110011011101001111001101110100101011110 | 3fe6e9e6e95e |
EUC-JP | ?跌跌^ | 001111111110110011101011111011001110101101011110 | 3fecebeceb5e |
UTF-8 | 阮跌跌^ | 11101111101001111000011011101000101101111000110011101000101101111000110001011110 | efa786e8b78ce8b78c5e |
UHC | 阮跌跌^ | 11101010110000011111001011110110111100101111011001011110 | eac1f2f6f2f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)