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¡iûB¡iB | 111110110100001010100001011010011111101101000010101000010110100101000010 | fb42a169fb42a16942 |
SJIS-WIN | ?B?i?B?iB | 001111110100001000111111011010010011111101000010001111110110100101000010 | 3f423f693f423f6942 |
EUC-JP | ûB¡iûB¡iB | 1000111110101011111001010100001010001111101000101100001001101001100011111010101111100101010000101000111110100010110000100110100101000010 | 8fabe5428fa2c2698fabe5428fa2c26942 |
UTF-8 | ûB¡iûB¡iB | 11000011101110110100001011000010101000010110100111000011101110110100001011000010101000010110100101000010 | c3bb42c2a169c3bb42c2a16942 |
UHC | ?B¡i?B¡iB | 0011111101000010101000101010111001101001001111110100001010100010101011100110100101000010 | 3f42a2ae693f42a2ae6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)