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 | ?y}?y{^ | 00111111011110010111110100111111011110010111101101011110 | 3f797d3f797b5e |
SJIS-WIN | 叩y}叩y{^ | 100100100100000001111001011111011001001001000000011110010111101101011110 | 9240797d9240797b5e |
EUC-JP | 叩y}叩y{^ | 110000111010000101111001011111011100001110100001011110010111101101011110 | c3a1797dc3a1797b5e |
UTF-8 | 叩y}叩y{^ | 1110010110001111101010010111100101111101111001011000111110101001011110010111101101011110 | e58fa9797de58fa9797b5e |
UHC | 叩y}叩y{^ | 110011011011000001111001011111011100110110110000011110010111101101011110 | cdb0797dcdb0797b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)