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 | àÆèG | 11100000110001101110100001000111 | e0c6e847 |
SJIS-WIN | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
EUC-JP | àÆèG | 10001111101010111010001010001111101010011010000110001111101010111011001001000111 | 8faba28fa9a18fabb247 |
UTF-8 | àÆèG | 11000011101000001100001110000110110000111010100001000111 | c3a0c386c3a847 |
UHC | ?Æ?G | 0011111110101000101000010011111101000111 | 3fa8a13f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)