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 | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 猜倆韜H | 11100000110010001001100011101101111010001110100101001000 | e0c898ede8e948 |
EUC-JP | 猜倆韜H | 11100000110010101101000011101111111100001110101101001000 | e0cad0eff0eb48 |
UTF-8 | 猜倆韜H | 11100111100011001001110011100101100000001000011011101001100111111001110001001000 | e78c9ce58086e99f9c48 |
UHC | 猜倆韜H | 11100011110001001101010111010110110101001011011101001000 | e3c4d5d6d4b748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)