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ê³EB | 111001100100001010001011111010101000010010110011100100100100010101000010 | e6428bea84b3924542 |
SJIS-WIN | ?B?????EB | 001111110100001000111111001111110011111100111111001111110100010101000010 | 3f423f3f3f3f3f4542 |
EUC-JP | æB?ê???EB | 10001111101010011100000101000010001111111000111110101011101101000011111100111111001111110100010101000010 | 8fa9c1423f8fabb43f3f3f4542 |
UTF-8 | æBê³EB | 110000111010011001000010110000101000101111000011101010101100001010000100110000101011001111000010100100100100010101000010 | c3a642c28bc3aac284c2b3c2924542 |
UHC | æB???³?EB | 1010100110100001010000100011111100111111001111111010100111111000001111110100010101000010 | a9a1423f3f3fa9f83f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)