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 | 翦}翦{^ | 1110001111000110111101101100000001111101111000111100011011110110110000000111101101011110 | e3c6f6c07de3c6f6c07b5e |
EUC-JP | 翦?}翦?{^ | 111001101100100000111111011111011110011011001000001111110111101101011110 | e6c83f7de6c83f7b5e |
UTF-8 | 翦}翦{^ | 111001111011111110100110111011101001001110100111011111011110011110111111101001101110111010010011101001110111101101011110 | e7bfa6ee93a77de7bfa6ee93a77b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)