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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 恙h恙 | 1001110010011001011010001001110010011001 | 9c99689c99 |
EUC-JP | 恙h恙 | 1101011111111001011010001101011111111001 | d7f968d7f9 |
UTF-8 | 恙h恙 | 11100110100000011001100101101000111001101000000110011001 | e6819968e68199 |
UHC | 恙h恙 | 1110010110111111011010001110010110111111 | e5bf68e5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)