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 | テ湘固」雕 | 1100001110001111110000111000110011000101101000111110100010111000 | c38fc38cc5a3e8b8 |
EUC-JP | テ湘固」雕 | 10001110110000111011111011000101101110001100011110001110101000111111000010111010 | 8ec3bec5b8c78ea3f0ba |
UTF-8 | テ湘固」雕 | 111011111011111010000011111001101011100110011000111001011001101110111010111011111011110110100011111010011001101110010101 | efbe83e6b998e59bbaefbda3e99b95 |
UHC | ?湘固?雕 | 0011111111011111110011111100110110110011001111111111000011100111 | 3fdfcfcdb33ff0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)