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 | 1100011011000000110001101100000001000010 | c6c0c6c042 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ÆÀÆÀB | 10001111101010011010000110001111101010101010001010001111101010011010000110001111101010101010001001000010 | 8fa9a18faaa28fa9a18faaa242 |
UTF-8 | ÆÀÆÀB | 110000111000011011000011100000001100001110000110110000111000000001000010 | c386c380c386c38042 |
UHC | Æ?Æ?B | 10101000101000010011111110101000101000010011111101000010 | a8a13fa8a13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)