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 | 狸村丹短^ | 100100100100101110010001101110101001001001001111100100100101101001011110 | 924b91ba924f925a5e |
EUC-JP | 狸村丹短^ | 110000111010110011000010101111001100001110110000110000111011101101011110 | c3acc2bcc3b0c3bb5e |
UTF-8 | 狸村丹短^ | 11100111100010111011100011100110100111011001000111100100101110001011100111100111100111111010110101011110 | e78bb8e69d91e4b8b9e79fad5e |
UHC | 狸村丹短^ | 110101111110000111110101101111011101001110100001110100111010110101011110 | d7e1f5bdd3a1d3ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)