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 | 靂閙}靂閙{^ | 1110100011001100111010000111111001111101111010001100110011101000011111100111101101011110 | e8cce87e7de8cce87e7b5e |
EUC-JP | 靂閙}靂閙{^ | 1111000011001110111011111101111101111101111100001100111011101111110111110111101101011110 | f0ceefdf7df0ceefdf7b5e |
UTF-8 | 靂閙}靂閙{^ | 111010011001110110000010111010011001011010011001011111011110100110011101100000101110100110010110100110010111101101011110 | e99d82e996997de99d82e996997b5e |
UHC | 靂?}靂?{^ | 110101011111101000111111011111011101010111111010001111110111101101011110 | d5fa3f7dd5fa3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)