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 | 100100011010010010010001101000001001000110011111100100011010110001000101 | 91a491a0919f91ac45 |
EUC-JP | 側蔵臓速E | 110000101010011011000010101000101100001010100001110000101010111001000101 | c2a6c2a2c2a1c2ae45 |
UTF-8 | 側蔵臓速E | 11100101100000011011010011101000100101001011010111101000100001111001001111101001100000001001111101000101 | e581b4e894b5e88793e9809f45 |
UHC | 側??速E | 11110110101100000011111100111111111000011101110001000101 | f6b03f3fe1dc45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)