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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 短賊短賊^ | 100100100101101010010001101011111001001001011010100100011010111101011110 | 925a91af925a91af5e |
EUC-JP | 短賊短賊^ | 110000111011101111000010101100011100001110111011110000101011000101011110 | c3bbc2b1c3bbc2b15e |
UTF-8 | 短賊短賊^ | 11100111100111111010110111101000101100111000101011100111100111111010110111101000101100111000101001011110 | e79fade8b38ae79fade8b38a5e |
UHC | 短賊短賊^ | 110100111010110111101110111001001101001110101101111011101110010001011110 | d3adeee4d3adeee45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)