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 | 畸挾}畸挾{^ | 1110000101100010100111010111000001111101111000010110001010011101011100000111101101011110 | e1629d707de1629d707b5e |
EUC-JP | 畸挾}畸挾{^ | 1110000111000011110110011101000101111101111000011100001111011001110100010111101101011110 | e1c3d9d17de1c3d9d17b5e |
UTF-8 | 畸挾}畸挾{^ | 111001111001010110111000111001101000110010111110011111011110011110010101101110001110011010001100101111100111101101011110 | e795b8e68cbe7de795b8e68cbe7b5e |
UHC | 畸挾}畸挾{^ | 1101000110110001111110101111001101111101110100011011000111111010111100110111101101011110 | d1b1faf37dd1b1faf37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)