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 | 1111001010100011101110011101111001000010 | f2a3b9de42 |
SJIS-WIN | ?£??B | 001111111000000110010010001111110011111101000010 | 3f81923f3f42 |
EUC-JP | ò£?ÞB | 10001111101010111101001010100001111100100011111110001111101010011011000001000010 | 8fabd2a1f23f8fa9b042 |
UTF-8 | ò£¹ÞB | 110000111011001011000010101000111100001010111001110000111001111001000010 | c3b2c2a3c2b9c39e42 |
UHC | ??¹ÞB | 00111111001111111010100111110110101010001010110101000010 | 3f3fa9f6a8ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)