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 | ÂCÂl | 110000101000111101000011110000101001000101101100 | c28f43c2916c |
SJIS-WIN | ??C??l | 001111110011111101000011001111110011111101101100 | 3f3f433f3f6c |
EUC-JP | Â?CÂ?l | 10001111101010101010010000111111010000111000111110101010101001000011111101101100 | 8faaa43f438faaa43f6c |
UTF-8 | ÂCÂl | 11000011100000101100001010001111010000111100001110000010110000101001000101101100 | c382c28f43c382c2916c |
UHC | ??C??l | 001111110011111101000011001111110011111101101100 | 3f3f433f3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)