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 | 邀門ウィ蛛 | 1110011110110001100101101110010110110011101010001110010110000001 | e7b196e5b3a8e581 |
EUC-JP | 邀門ウィ蛛 | 11101110101100111100110011100111100011101011001110001110101010001110100111100001 | eeb3cce78eb38ea8e9e1 |
UTF-8 | 邀門ウィ蛛 | 111010011000001010000000111010011001011010000000111011111011110110110011111011111011110110101000111010001001101110011011 | e98280e99680efbdb3efbda8e89b9b |
UHC | 邀門??蛛 | 1110100110101101110110101010011000111111001111111111000111001000 | e9addaa63f3ff1c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)