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 | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-WIN | 憂[}憂[{^ | 100101110100101001011011011111011001011101001010010110110111101101011110 | 974a5b7d974a5b7b5e |
EUC-JP | 憂[}憂[{^ | 110011011010101101011011011111011100110110101011010110110111101101011110 | cdab5b7dcdab5b7b5e |
UTF-8 | 憂[}憂[{^ | 1110011010000110100000100101101101111101111001101000011010000010010110110111101101011110 | e686825b7de686825b7b5e |
UHC | 憂[}憂[{^ | 111010011101100001011011011111011110100111011000010110110111101101011110 | e9d85b7de9d85b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)