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 | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-WIN | 孵Lh孵L | 10011011011110100100110001101000100110110111101001001100 | 9b7a4c689b7a4c |
EUC-JP | 孵Lh孵L | 11010101110110110100110001101000110101011101101101001100 | d5db4c68d5db4c |
UTF-8 | 孵Lh孵L | 111001011010110110110101010011000110100011100101101011011011010101001100 | e5adb54c68e5adb54c |
UHC | 孵Lh孵L | 11011101101000100100110001101000110111011010001001001100 | dda24c68dda24c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)