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 | éÆíð | 11101001110001101110110111110000 | e9c6edf0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | éÆíð | 100011111010101110110001100011111010100110100001100011111010101110111111100011111010100111000011 | 8fabb18fa9a18fabbf8fa9c3 |
UTF-8 | éÆíð | 1100001110101001110000111000011011000011101011011100001110110000 | c3a9c386c3adc3b0 |
UHC | ?Æ?ð | 001111111010100010100001001111111010100110100011 | 3fa8a13fa9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)