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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 顰懃「鷹ウゥh | 11101000111111001001110011100111101000101001000111101001101100111010100101101000 | e8fc9ce7a291e9b3a968 |
EUC-JP | 顰懃「鷹ウゥh | 11110000111111101101100011101001100011101010001011000010111010111000111010110011100011101010100101101000 | f0fed8e98ea2c2eb8eb38ea968 |
UTF-8 | 顰懃「鷹ウゥh | 11101001101000011011000011100110100001111000001111101111101111011010001011101001101101111011100111101111101111011011001111101111101111011010100101101000 | e9a1b0e68783efbda2e9b7b9efbdb3efbda968 |
UHC | ?懃?鷹??h | 001111111101000011000100001111111110101111101101001111110011111101101000 | 3fd0c43febed3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)