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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 瓮}瓮{^ | 11100001010001000111110111100001010001000111101101011110 | e1447de1447b5e |
EUC-JP | 瓮}瓮{^ | 11100001101001010111110111100001101001010111101101011110 | e1a57de1a57b5e |
UTF-8 | 瓮}瓮{^ | 111001111001001110101110011111011110011110010011101011100111101101011110 | e793ae7de793ae7b5e |
UHC | 瓮}瓮{^ | 11101000101101110111110111101000101101110111101101011110 | e8b77de8b77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)