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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 鞐狗セ、] | 11101000110111101000101111100111101111101010010001011101 | e8de8be7bea45d |
EUC-JP | 鞐狗セ、] | 111100001110000010110110111010011000111010111110100011101010010001011101 | f0e0b6e98ebe8ea45d |
UTF-8 | 鞐狗セ、] | 11101001100111101001000011100111100010111001011111101111101111011011111011101111101111011010010001011101 | e99e90e78b97efbdbeefbda45d |
UHC | ?狗??] | 001111111100111110110111001111110011111101011101 | 3fcfb73f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)