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 | 足?}足?{^ | 100100011010101100111111011111011001000110101011001111110111101101011110 | 91ab3f7d91ab3f7b5e |
EUC-JP | 足?}足?{^ | 110000101010110100111111011111011100001010101101001111110111101101011110 | c2ad3f7dc2ad3f7b5e |
UTF-8 | 足賈}足賈{^ | 111010001011011010110011111011111010010010000011011111011110100010110110101100111110111110100100100000110111101101011110 | e8b6b3efa4837de8b6b3efa4837b5e |
UHC | 足賈}足賈{^ | 1111000011101011110011011100111101111101111100001110101111001101110011110111101101011110 | f0ebcdcf7df0ebcdcf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)