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 | ?P}?P{^ | 00111111010100000111110100111111010100000111101101011110 | 3f507d3f507b5e |
SJIS-WIN | 叩P}叩P{^ | 100100100100000001010000011111011001001001000000010100000111101101011110 | 9240507d9240507b5e |
EUC-JP | 叩P}叩P{^ | 110000111010000101010000011111011100001110100001010100000111101101011110 | c3a1507dc3a1507b5e |
UTF-8 | 叩P}叩P{^ | 1110010110001111101010010101000001111101111001011000111110101001010100000111101101011110 | e58fa9507de58fa9507b5e |
UHC | 叩P}叩P{^ | 110011011011000001010000011111011100110110110000010100000111101101011110 | cdb0507dcdb0507b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)