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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邁皮泪釵 | 1110011110110000100101001110011110011111101000111110011111011110 | e7b094e79fa3e7de |
EUC-JP | 邁皮泪釵 | 1110111010110010110010001110100111011110101001011110111011100000 | eeb2c8e9dea5eee0 |
UTF-8 | 邁皮泪釵 | 111010011000001010000001111001111001101010101110111001101011001110101010111010011000011110110101 | e98281e79aaee6b3aae987b5 |
UHC | 邁皮?釵 | 11011000111001001111100110101011001111111111001111111011 | d8e4f9ab3ff3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)