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 | 邏懃・会ス | 1110011110110100100111001110011110100101100010011110111110111101 | e7b49ce7a589efbd |
EUC-JP | 邏懃・会ス | 11101110101101101101100011101001100011101010010110110010111100011000111010111101 | eeb6d8e98ea5b2f18ebd |
UTF-8 | 邏懃・会ス | 111010011000001010001111111001101000011110000011111011111011110110100101111001001011110010011010111011111011110110111101 | e9828fe68783efbda5e4bc9aefbdbd |
UHC | 邏懃??? | 11010101101001001101000011000100001111110011111100111111 | d5a4d0c43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)