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 | 飄}飄{^ | 11101001010001110111110111101001010001110111101101011110 | e9477de9477b5e |
EUC-JP | 飄}飄{^ | 11110001101010000111110111110001101010000111101101011110 | f1a87df1a87b5e |
UTF-8 | 飄}飄{^ | 111010011010001110000100011111011110100110100011100001000111101101011110 | e9a3847de9a3847b5e |
UHC | 飄}飄{^ | 11111000111111010111110111111000111111010111101101011110 | f8fd7df8fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)