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 | 捐[}捐[{^ | 100111010110111101011011011111011001110101101111010110110111101101011110 | 9d6f5b7d9d6f5b7b5e |
EUC-JP | 捐[}捐[{^ | 110110011101000001011011011111011101100111010000010110110111101101011110 | d9d05b7dd9d05b7b5e |
UTF-8 | 捐[}捐[{^ | 1110011010001101100100000101101101111101111001101000110110010000010110110111101101011110 | e68d905b7de68d905b7b5e |
UHC | 捐[}捐[{^ | 111001101100100001011011011111011110011011001000010110110111101101011110 | e6c85b7de6c85b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)