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 | 靠鞏}靠鞏{^ | 1110100011001111111010001101110101111101111010001100111111101000110111010111101101011110 | e8cfe8dd7de8cfe8dd7b5e |
EUC-JP | 靠鞏}靠鞏{^ | 1111000011010001111100001101111101111101111100001101000111110000110111110111101101011110 | f0d1f0df7df0d1f0df7b5e |
UTF-8 | 靠鞏}靠鞏{^ | 111010011001110110100000111010011001111010001111011111011110100110011101101000001110100110011110100011110111101101011110 | e99da0e99e8f7de99da0e99e8f7b5e |
UHC | ?鞏}?鞏{^ | 001111111100110111111001011111010011111111001101111110010111101101011110 | 3fcdf97d3fcdf97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)