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 | ?t}?t{^ | 00111111011101000111110100111111011101000111101101011110 | 3f747d3f747b5e |
SJIS-WIN | 叩t}叩t{^ | 100100100100000001110100011111011001001001000000011101000111101101011110 | 9240747d9240747b5e |
EUC-JP | 叩t}叩t{^ | 110000111010000101110100011111011100001110100001011101000111101101011110 | c3a1747dc3a1747b5e |
UTF-8 | 叩t}叩t{^ | 1110010110001111101010010111010001111101111001011000111110101001011101000111101101011110 | e58fa9747de58fa9747b5e |
UHC | 叩t}叩t{^ | 110011011011000001110100011111011100110110110000011101000111101101011110 | cdb0747dcdb0747b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)