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 | áΣèçð^ | 11100001110011101010001111101000111001111111000001011110 | e1cea3e8e7f05e |
SJIS-WIN | ??£???^ | 0011111100111111100000011001001000111111001111110011111101011110 | 3f3f81923f3f3f5e |
EUC-JP | áΣèçð^ | 100011111010101110100001100011111010101011000010101000011111001010001111101010111011001010001111101010111010111010001111101010011100001101011110 | 8faba18faac2a1f28fabb28fabae8fa9c35e |
UTF-8 | áΣèçð^ | 11000011101000011100001110001110110000101010001111000011101010001100001110100111110000111011000001011110 | c3a1c38ec2a3c3a8c3a7c3b05e |
UHC | ?????ð^ | 0011111100111111001111110011111100111111101010011010001101011110 | 3f3f3f3f3fa9a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)