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 | ??r}??r{^ | 001111110011111101110010011111010011111100111111011100100111101101011110 | 3f3f727d3f3f727b5e |
SJIS-WIN | ?叩r}?叩r{^ | 0011111110010010010000000111001001111101001111111001001001000000011100100111101101011110 | 3f9240727d3f9240727b5e |
EUC-JP | ?叩r}?叩r{^ | 0011111111000011101000010111001001111101001111111100001110100001011100100111101101011110 | 3fc3a1727d3fc3a1727b5e |
UTF-8 | 렺叩r}렺叩r{^ | 1110101110100000101110101110010110001111101010010111001001111101111010111010000010111010111001011000111110101001011100100111101101011110 | eba0bae58fa9727deba0bae58fa9727b5e |
UHC | 렺叩r}렺叩r{^ | 10001110110000101100110110110000011100100111110110001110110000101100110110110000011100100111101101011110 | 8ec2cdb0727d8ec2cdb0727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)