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 | ?????{^ | 00111111001111110011111100111111001111110111101101011110 | 3f3f3f3f3f7b5e |
SJIS-WIN | 篠モ」偲自{^ | 10001110110000101101001110100011100011101100001110001110101010010111101101011110 | 8ec2d3a38ec38ea97b5e |
EUC-JP | 篠モ」偲自{^ | 101111001100010010001110110100111000111010100011101111001100010110111100101010110111101101011110 | bcc48ed38ea3bcc5bcab7b5e |
UTF-8 | 篠モ」偲自{^ | 1110011110101111101000001110111110111110100100111110111110111101101000111110010110000001101100101110100010000111101010100111101101011110 | e7afa0efbe93efbda3e581b2e887aa7b5e |
UHC | 篠???自{^ | 111000011100011000111111001111110011111111101101101110110111101101011110 | e1c63f3f3fedbb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)