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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 狸賊側Q] | 1001001001001011100100011010111110010001101001000101000101011101 | 924b91af91a4515d |
EUC-JP | 狸賊側Q] | 1100001110101100110000101011000111000010101001100101000101011101 | c3acc2b1c2a6515d |
UTF-8 | 狸賊側Q] | 1110011110001011101110001110100010110011100010101110010110000001101101000101000101011101 | e78bb8e8b38ae581b4515d |
UHC | 狸賊側Q] | 1101011111100001111011101110010011110110101100000101000101011101 | d7e1eee4f6b0515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)