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 | 1100110010111001111111011100000001000010 | ccb9fdc042 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | Ì?ýÀB | 1000111110101010110000000011111110001111101010111111001010001111101010101010001001000010 | 8faac03f8fabf28faaa242 |
UTF-8 | ̹ýÀB | 110000111000110011000010101110011100001110111101110000111000000001000010 | c38cc2b9c3bdc38042 |
UHC | ?¹??B | 001111111010100111110110001111110011111101000010 | 3fa9f63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)