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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 叩脱}叩脱{^ | 1001001001000000100100100100010101111101100100100100000010010010010001010111101101011110 | 924092457d924092457b5e |
EUC-JP | 叩脱}叩脱{^ | 1100001110100001110000111010011001111101110000111010000111000011101001100111101101011110 | c3a1c3a67dc3a1c3a67b5e |
UTF-8 | 叩脱}叩脱{^ | 111001011000111110101001111010001000010010110001011111011110010110001111101010011110100010000100101100010111101101011110 | e58fa9e884b17de58fa9e884b17b5e |
UHC | 叩?}叩?{^ | 110011011011000000111111011111011100110110110000001111110111101101011110 | cdb03f7dcdb03f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)