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 | 蓆酉削其蓆 | 11100100111011001001001111010001100011011110110110010001101101001110010011101100 | e4ec93d18ded91b4e4ec |
EUC-JP | 蓆酉削其蓆 | 11101000111011101100011011010011101110101110111111000010101101101110100011101110 | e8eec6d3baefc2b6e8ee |
UTF-8 | 蓆酉削其蓆 | 111010001001001110000110111010011000010110001001111001011000100110001010111001011000010110110110111010001001001110000110 | e89386e98589e5898ae585b6e89386 |
UHC | 蓆酉削其蓆 | 11100000101101101110101110110111110111101111101111010000111011001110000010110110 | e0b6ebb7defbd0ece0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)