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 | 111010011111100111100010100110101110001001100101 | e9f9e29ae265 |
SJIS-WIN | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
EUC-JP | éùâ?âe | 1000111110101011101100011000111110101011111000111000111110101011101001000011111110001111101010111010010001100101 | 8fabb18fabe38faba43f8faba465 |
UTF-8 | éùââe | 1100001110101001110000111011100111000011101000101100001010011010110000111010001001100101 | c3a9c3b9c3a2c29ac3a265 |
UHC | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)