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 | 靂齬}靂齬{^ | 1110100011001100111010101001011101111101111010001100110011101010100101110111101101011110 | e8ccea977de8ccea977b5e |
EUC-JP | 靂齬}靂齬{^ | 1111000011001110111100111111011101111101111100001100111011110011111101110111101101011110 | f0cef3f77df0cef3f77b5e |
UTF-8 | 靂齬}靂齬{^ | 111010011001110110000010111010011011110110101100011111011110100110011101100000101110100110111101101011000111101101011110 | e99d82e9bdac7de99d82e9bdac7b5e |
UHC | 靂齬}靂齬{^ | 1101010111111010111001011110000101111101110101011111101011100101111000010111101101011110 | d5fae5e17dd5fae5e17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)