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 | ?E}?E{^ | 00111111010001010111110100111111010001010111101101011110 | 3f457d3f457b5e |
SJIS-WIN | 危E}危E{^ | 100010101110101101000101011111011000101011101011010001010111101101011110 | 8aeb457d8aeb457b5e |
EUC-JP | 危E}危E{^ | 101101001110110101000101011111011011010011101101010001010111101101011110 | b4ed457db4ed457b5e |
UTF-8 | 危E}危E{^ | 1110010110001101101100010100010101111101111001011000110110110001010001010111101101011110 | e58db1457de58db1457b5e |
UHC | 危E}危E{^ | 111010101100101101000101011111011110101011001011010001010111101101011110 | eacb457deacb457b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)