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 | à¹áèRE | 111000001011100111100001111010000101001001000101 | e0b9e1e85245 |
SJIS-WIN | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
EUC-JP | à?áèRE | 100011111010101110100010001111111000111110101011101000011000111110101011101100100101001001000101 | 8faba23f8faba18fabb25245 |
UTF-8 | à¹áèRE | 11000011101000001100001010111001110000111010000111000011101010000101001001000101 | c3a0c2b9c3a1c3a85245 |
UHC | ?¹??RE | 00111111101010011111011000111111001111110101001001000101 | 3fa9f63f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)