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 | ???LoBF | 00111111001111110011111101001100011011110100001001000110 | 3f3f3f4c6f4246 |
SJIS-WIN | 豸碁浚LoBF | 11100110101101101000110011101001100111111011001001001100011011110100001001000110 | e6b68ce99fb24c6f4246 |
EUC-JP | 豸碁浚LoBF | 11101100101110001011100011101011110111101011010001001100011011110100001001000110 | ecb8b8ebdeb44c6f4246 |
UTF-8 | 豸碁浚LoBF | 11101000101100011011100011100111101000101000000111100110101101011001101001001100011011110100001001000110 | e8b1b8e7a281e6b59a4c6f4246 |
UHC | ?碁浚LoBF | 001111111101000110110011111100011101110101001100011011110100001001000110 | 3fd1b3f1dd4c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)