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 | 拗}拗{^ | 10011101010110000111110110011101010110000111101101011110 | 9d587d9d587b5e |
EUC-JP | 拗}拗{^ | 11011001101110010111110111011001101110010111101101011110 | d9b97dd9b97b5e |
UTF-8 | 拗}拗{^ | 111001101000101110010111011111011110011010001011100101110111101101011110 | e68b977de68b977b5e |
UHC | 拗}拗{^ | 11101000111100110111110111101000111100110111101101011110 | e8f37de8f37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)