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 | 篥隗}篥隗{^ | 1110001011000011111010001010011101111101111000101100001111101000101001110111101101011110 | e2c3e8a77de2c3e8a77b5e |
EUC-JP | 篥隗}篥隗{^ | 1110010011000101111100001010100101111101111001001100010111110000101010010111101101011110 | e4c5f0a97de4c5f0a97b5e |
UTF-8 | 篥隗}篥隗{^ | 111001111010111110100101111010011001101010010111011111011110011110101111101001011110100110011010100101110111101101011110 | e7afa5e99a977de7afa5e99a977b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)