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 | 犢}犢{^ | 11100000101101110111110111100000101101110111101101011110 | e0b77de0b77b5e |
EUC-JP | 犢}犢{^ | 11100000101110010111110111100000101110010111101101011110 | e0b97de0b97b5e |
UTF-8 | 犢}犢{^ | 111001111000101010100010011111011110011110001010101000100111101101011110 | e78aa27de78aa27b5e |
UHC | 犢}犢{^ | 11010100101110110111110111010100101110110111101101011110 | d4bb7dd4bb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)