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 | ËÌùë~ | 1100101111001100111110011110101101111110 | cbccf9eb7e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | ËÌùë~ | 10001111101010101011001110001111101010101100000010001111101010111110001110001111101010111011001101111110 | 8faab38faac08fabe38fabb37e |
UTF-8 | ËÌùë~ | 110000111000101111000011100011001100001110111001110000111010101101111110 | c38bc38cc3b9c3ab7e |
UHC | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)