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 | ?s}?s{^ | 00111111011100110111110100111111011100110111101101011110 | 3f737d3f737b5e |
SJIS-WIN | 叩s}叩s{^ | 100100100100000001110011011111011001001001000000011100110111101101011110 | 9240737d9240737b5e |
EUC-JP | 叩s}叩s{^ | 110000111010000101110011011111011100001110100001011100110111101101011110 | c3a1737dc3a1737b5e |
UTF-8 | 叩s}叩s{^ | 1110010110001111101010010111001101111101111001011000111110101001011100110111101101011110 | e58fa9737de58fa9737b5e |
UHC | 叩s}叩s{^ | 110011011011000001110011011111011100110110110000011100110111101101011110 | cdb0737dcdb0737b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)