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 | 隲鞏}隲鞏{^ | 1110100010101011111010001101110101111101111010001010101111101000110111010111101101011110 | e8abe8dd7de8abe8dd7b5e |
EUC-JP | 隲鞏}隲鞏{^ | 1111000010101101111100001101111101111101111100001010110111110000110111110111101101011110 | f0adf0df7df0adf0df7b5e |
UTF-8 | 隲鞏}隲鞏{^ | 111010011001101010110010111010011001111010001111011111011110100110011010101100101110100110011110100011110111101101011110 | e99ab2e99e8f7de99ab2e99e8f7b5e |
UHC | ?鞏}?鞏{^ | 001111111100110111111001011111010011111111001101111110010111101101011110 | 3fcdf97d3fcdf97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)