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êR | 111001100100001010001011111010101000111101010010 | e6428bea8f52 |
SJIS-WIN | ?B???R | 001111110100001000111111001111110011111101010010 | 3f423f3f3f52 |
EUC-JP | æB?ê?R | 10001111101010011100000101000010001111111000111110101011101101000011111101010010 | 8fa9c1423f8fabb43f52 |
UTF-8 | æBêR | 11000011101001100100001011000010100010111100001110101010110000101000111101010010 | c3a642c28bc3aac28f52 |
UHC | æB???R | 10101001101000010100001000111111001111110011111101010010 | a9a1423f3f3f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)