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 | 翕﨓}翕﨓{^ | 1110001111000011111110101110100001111101111000111100001111111010111010000111101101011110 | e3c3fae87de3c3fae87b5e |
EUC-JP | 翕?}翕?{^ | 111001101100010100111111011111011110011011000101001111110111101101011110 | e6c53f7de6c53f7b5e |
UTF-8 | 翕﨓}翕﨓{^ | 111001111011111110010101111011111010100010010011011111011110011110111111100101011110111110101000100100110111101101011110 | e7bf95efa8937de7bf95efa8937b5e |
UHC | 翕?}翕?{^ | 111111011110100000111111011111011111110111101000001111110111101101011110 | fde83f7dfde83f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)