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 | ÷ð[}÷ð[{^ | 111101111111000001011011011111011111011111110000010110110111101101011110 | f7f05b7df7f05b7b5e |
SJIS-WIN | ÷?[}÷?[{^ | 1000000110000000001111110101101101111101100000011000000000111111010110110111101101011110 | 81803f5b7d81803f5b7b5e |
EUC-JP | ÷ð[}÷ð[{^ | 101000011110000010001111101010011100001101011011011111011010000111100000100011111010100111000011010110110111101101011110 | a1e08fa9c35b7da1e08fa9c35b7b5e |
UTF-8 | ÷ð[}÷ð[{^ | 11000011101101111100001110110000010110110111110111000011101101111100001110110000010110110111101101011110 | c3b7c3b05b7dc3b7c3b05b7b5e |
UHC | ÷ð[}÷ð[{^ | 10100001110000001010100110100011010110110111110110100001110000001010100110100011010110110111101101011110 | a1c0a9a35b7da1c0a9a35b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)