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 | ??lY | 00111111001111110110110001011001 | 3f3f6c59 |
SJIS-WIN | 将「lY | 1000111110101011101000100110110001011001 | 8faba26c59 |
EUC-JP | 将「lY | 101111101010110110001110101000100110110001011001 | bead8ea26c59 |
UTF-8 | 将「lY | 1110010110110000100001101110111110111101101000100110110001011001 | e5b086efbda26c59 |
UHC | ??lY | 00111111001111110110110001011001 | 3f3f6c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)