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 | ?A??? | 0011111101000001001111110011111100111111 | 3f413f3f3f |
SJIS-WIN | 短A村短誰 | 100100100101101001000001100100011011101010010010010110101001001001001110 | 925a4191ba925a924e |
EUC-JP | 短A村短誰 | 110000111011101101000001110000101011110011000011101110111100001110101111 | c3bb41c2bcc3bbc3af |
UTF-8 | 短A村短誰 | 11100111100111111010110101000001111001101001110110010001111001111001111110101101111010001010101010110000 | e79fad41e69d91e79fade8aab0 |
UHC | 短A村短誰 | 110100111010110101000001111101011011110111010011101011011110001011000001 | d3ad41f5bdd3ade2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)