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 | ÂyÂl | 110000101001100101111001110000101001110001101100 | c29979c29c6c |
SJIS-WIN | ??y??l | 001111110011111101111001001111110011111101101100 | 3f3f793f3f6c |
EUC-JP | Â?yÂ?l | 10001111101010101010010000111111011110011000111110101010101001000011111101101100 | 8faaa43f798faaa43f6c |
UTF-8 | ÂyÂl | 11000011100000101100001010011001011110011100001110000010110000101001110001101100 | c382c29979c382c29c6c |
UHC | ??y??l | 001111110011111101111001001111110011111101101100 | 3f3f793f3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)