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 | ÷´[}÷´[{^ | 111101111011010001011011011111011111011110110100010110110111101101011110 | f7b45b7df7b45b7b5e |
SJIS-WIN | ÷´[}÷´[{^ | 10000001100000001000000101001100010110110111110110000001100000001000000101001100010110110111101101011110 | 8180814c5b7d8180814c5b7b5e |
EUC-JP | ÷´[}÷´[{^ | 10100001111000001010000110101101010110110111110110100001111000001010000110101101010110110111101101011110 | a1e0a1ad5b7da1e0a1ad5b7b5e |
UTF-8 | ÷´[}÷´[{^ | 11000011101101111100001010110100010110110111110111000011101101111100001010110100010110110111101101011110 | c3b7c2b45b7dc3b7c2b45b7b5e |
UHC | ÷´[}÷´[{^ | 10100001110000001010001010100101010110110111110110100001110000001010001010100101010110110111101101011110 | a1c0a2a55b7da1c0a2a55b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)