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 | 靂犢}靂犢{^ | 1110100011001100111000001011011101111101111010001100110011100000101101110111101101011110 | e8cce0b77de8cce0b77b5e |
EUC-JP | 靂犢}靂犢{^ | 1111000011001110111000001011100101111101111100001100111011100000101110010111101101011110 | f0cee0b97df0cee0b97b5e |
UTF-8 | 靂犢}靂犢{^ | 111010011001110110000010111001111000101010100010011111011110100110011101100000101110011110001010101000100111101101011110 | e99d82e78aa27de99d82e78aa27b5e |
UHC | 靂犢}靂犢{^ | 1101010111111010110101001011101101111101110101011111101011010100101110110111101101011110 | d5fad4bb7dd5fad4bb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)