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 | 焄エェン・ | 111110110101010010110100101010101101110110100101 | fb54b4aadda5 |
EUC-JP | 焄エェン・ | 1000111111001001111000111000111010110100100011101010101010001110110111011000111010100101 | 8fc9e38eb48eaa8edd8ea5 |
UTF-8 | 焄エェン・ | 111001111000010010000100111011111011110110110100111011111011110110101010111011111011111010011101111011111011110110100101 | e78484efbdb4efbdaaefbe9defbda5 |
UHC | 焄???? | 111111011011011000111111001111110011111100111111 | fdb63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)