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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 遘浦遘叡E | 111001111010011110001001010110011110011110100111100010010110001001000101 | e7a78959e7a7896245 |
EUC-JP | 遘浦遘叡E | 111011101010100110110001101110101110111010101001101100011100001101000101 | eea9b1baeea9b1c345 |
UTF-8 | 遘浦遘叡E | 11101001100000011001100011100110101101011010011011101001100000011001100011100101100011111010000101000101 | e98198e6b5a6e98198e58fa145 |
UHC | ?浦?叡E | 00111111111110001101110100111111111001111101010101000101 | 3ff8dd3fe7d545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)