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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ古敘」雹 | 1100001110001100110000111001110111000101101000111110100010111001 | c38cc39dc5a3e8b9 |
EUC-JP | テ古敘」雹 | 10001110110000111011100011000101110110101100011110001110101000111111000010111011 | 8ec3b8c5dac78ea3f0bb |
UTF-8 | テ古敘」雹 | 111011111011111010000011111001011000111110100100111001101001010110011000111011111011110110100011111010011001101110111001 | efbe83e58fa4e69598efbda3e99bb9 |
UHC | ?古??雹 | 00111111110011011010111100111111001111111101101011011111 | 3fcdaf3f3fdadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)