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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 讖壱岻BF | 1110011010101001100010001110101110011011101011000100001001000110 | e6a988eb9bac4246 |
EUC-JP | 讖壱岻BF | 1110110010101011101100001110110111010110101011100100001001000110 | ecabb0edd6ae4246 |
UTF-8 | 讖壱岻BF | 1110100010101110100101101110010110100011101100011110010110110010101110110100001001000110 | e8ae96e5a3b1e5b2bb4246 |
UHC | 讖??BF | 111100111101100100111111001111110100001001000110 | f3d93f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)