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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 賣鴿}賣鴿{^ | 1110011011001100111010011111100101111101111001101100110011101001111110010111101101011110 | e6cce9f97de6cce9f97b5e |
EUC-JP | 賣鴿}賣鴿{^ | 1110110011001110111100101111101101111101111011001100111011110010111110110111101101011110 | eccef2fb7deccef2fb7b5e |
UTF-8 | 賣鴿}賣鴿{^ | 111010001011001110100011111010011011010010111111011111011110100010110011101000111110100110110100101111110111101101011110 | e8b3a3e9b4bf7de8b3a3e9b4bf7b5e |
UHC | 賣?}賣?{^ | 110110001110001100111111011111011101100011100011001111110111101101011110 | d8e33f7dd8e33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)