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 | 隶鍋、シ袱 | 1110100010101110100100111110011110100100101111001110010111011110 | e8ae93e7a4bce5de |
EUC-JP | 隶鍋、シ袱 | 11110000101100001100011011101001100011101010010010001110101111001110101011100000 | f0b0c6e98ea48ebceae0 |
UTF-8 | 隶鍋、シ袱 | 111010011001101010110110111010011000110110001011111011111011110110100100111011111011110110111100111010001010001010110001 | e99ab6e98d8befbda4efbdbce8a2b1 |
UHC | ?鍋??? | 001111111100111010100111001111110011111100111111 | 3fcea73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)