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 | ѱ[}ѱ[{^ | 110100011011000101011011011111011101000110110001010110110111101101011110 | d1b15b7dd1b15b7b5e |
SJIS-WIN | ?±[}?±[{^ | 0011111110000001011111010101101101111101001111111000000101111101010110110111101101011110 | 3f817d5b7d3f817d5b7b5e |
EUC-JP | ѱ[}ѱ[{^ | 100011111010101011010000101000011101111001011011011111011000111110101010110100001010000111011110010110110111101101011110 | 8faad0a1de5b7d8faad0a1de5b7b5e |
UTF-8 | ѱ[}ѱ[{^ | 11000011100100011100001010110001010110110111110111000011100100011100001010110001010110110111101101011110 | c391c2b15b7dc391c2b15b7b5e |
UHC | ?±[}?±[{^ | 0011111110100001101111100101101101111101001111111010000110111110010110110111101101011110 | 3fa1be5b7d3fa1be5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)