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 | 鄂ィ闃ス蜚 | 1110011110111101101010001110100010001010101111011110010110010100 | e7bda8e88abde594 |
EUC-JP | 鄂ィ闃ス蜚 | 11101110101111111000111010101000111011111110101010001110101111011110100111110100 | eebf8ea8efea8ebde9f4 |
UTF-8 | 鄂ィ闃ス蜚 | 111010011000010010000010111011111011110110101000111010011001011110000011111011111011110110111101111010001001110010011010 | e98482efbda8e99783efbdbde89c9a |
UHC | 鄂???蜚 | 11100100110001110011111100111111001111111101111010100100 | e4c73f3f3fdea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)