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 | ???~^ | 0011111100111111001111110111111001011110 | 3f3f3f7e5e |
SJIS-WIN | 叩続叩~^ | 1001001001000000100100011011000110010010010000000111111001011110 | 924091b192407e5e |
EUC-JP | 叩続叩~^ | 1100001110100001110000101011001111000011101000010111111001011110 | c3a1c2b3c3a17e5e |
UTF-8 | 叩続叩~^ | 1110010110001111101010011110011110110110100110101110010110001111101010010111111001011110 | e58fa9e7b69ae58fa97e5e |
UHC | 叩?叩~^ | 11001101101100000011111111001101101100000111111001011110 | cdb03fcdb07e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)