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Âf | 110000101000110101101100110000101000000101100110 | c28d6cc28166 |
SJIS-WIN | ??l??f | 001111110011111101101100001111110011111101100110 | 3f3f6c3f3f66 |
EUC-JP | Â?lÂ?f | 10001111101010101010010000111111011011001000111110101010101001000011111101100110 | 8faaa43f6c8faaa43f66 |
UTF-8 | ÂlÂf | 11000011100000101100001010001101011011001100001110000010110000101000000101100110 | c382c28d6cc382c28166 |
UHC | ??l??f | 001111110011111101101100001111110011111101100110 | 3f3f6c3f3f66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)