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Â^B | 11000010100000010110110011000010100000010101111001000010 | c2816cc2815e42 |
SJIS-WIN | ??l??^B | 00111111001111110110110000111111001111110101111001000010 | 3f3f6c3f3f5e42 |
EUC-JP | Â?lÂ?^B | 1000111110101010101001000011111101101100100011111010101010100100001111110101111001000010 | 8faaa43f6c8faaa43f5e42 |
UTF-8 | ÂlÂ^B | 1100001110000010110000101000000101101100110000111000001011000010100000010101111001000010 | c382c2816cc382c2815e42 |
UHC | ??l??^B | 00111111001111110110110000111111001111110101111001000010 | 3f3f6c3f3f5e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)