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 | è¹ë äã | 1110100010111001100001001110101110100000100110101110010011100011 | e8b984eba09ae4e3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è??ë??äã | 10001111101010111011001000111111001111111000111110101011101100110011111100111111100011111010101110100011100011111010101110101010 | 8fabb23f3f8fabb33f3f8faba38fabaa |
UTF-8 | è¹ë äã | 11000011101010001100001010111001110000101000010011000011101010111100001010100000110000101001101011000011101001001100001110100011 | c3a8c2b9c284c3abc2a0c29ac3a4c3a3 |
UHC | ?¹?????? | 001111111010100111110110001111110011111100111111001111110011111100111111 | 3fa9f63f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)