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 | ÂlÂ\ | 110000101001000101101100110000101001000001011100 | c2916cc2905c |
SJIS-WIN | ??l??\ | 001111110011111101101100001111110011111101011100 | 3f3f6c3f3f5c |
EUC-JP | Â?lÂ?\ | 10001111101010101010010000111111011011001000111110101010101001000011111101011100 | 8faaa43f6c8faaa43f5c |
UTF-8 | ÂlÂ\ | 11000011100000101100001010010001011011001100001110000010110000101001000001011100 | c382c2916cc382c2905c |
UHC | ??l??\ | 001111110011111101101100001111110011111101011100 | 3f3f6c3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)