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 | èõäº | 1110100011110101100011001110010010111010 | e8f58ce4ba |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | èõ?äº | 10001111101010111011001010001111101010111101100000111111100011111010101110100011100011111010001011101011 | 8fabb28fabd83f8faba38fa2eb |
UTF-8 | èõäº | 11000011101010001100001110110101110000101000110011000011101001001100001010111010 | c3a8c3b5c28cc3a4c2ba |
UHC | ????º | 001111110011111100111111001111111010100010101100 | 3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)