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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 竺邪竺邪B | 100011101011000110001110110101111000111010110001100011101101011101000010 | 8eb18ed78eb18ed742 |
EUC-JP | 竺邪竺邪B | 101111001011001110111100110110011011110010110011101111001101100101000010 | bcb3bcd9bcb3bcd942 |
UTF-8 | 竺邪竺邪B | 11100111101010111011101011101001100000101010101011100111101010111011101011101001100000101010101001000010 | e7abbae982aae7abbae982aa42 |
UHC | 竺邪竺邪B | 111101011110011111011110111101111111010111100111110111101111011101000010 | f5e7def7f5e7def742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)