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 | ðÂðÂB | 1111000011000010111100001100001001000010 | f0c2f0c242 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ðÂðÂB | 10001111101010011100001110001111101010101010010010001111101010011100001110001111101010101010010001000010 | 8fa9c38faaa48fa9c38faaa442 |
UTF-8 | ðÂðÂB | 110000111011000011000011100000101100001110110000110000111000001001000010 | c3b0c382c3b0c38242 |
UHC | ð?ð?B | 10101001101000110011111110101001101000110011111101000010 | a9a33fa9a33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)