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 | 邏懃「募ョ | 1110011110110100100111001110011110100010100101011110010110101110 | e7b49ce7a295e5ae |
EUC-JP | 邏懃「募ョ | 11101110101101101101100011101001100011101010001011001010111001111000111010101110 | eeb6d8e98ea2cae78eae |
UTF-8 | 邏懃「募ョ | 111010011000001010001111111001101000011110000011111011111011110110100010111001011000101110011111111011111011110110101110 | e9828fe68783efbda2e58b9fefbdae |
UHC | 邏懃?募? | 1101010110100100110100001100010000111111110110011011010000111111 | d5a4d0c43fd9b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)