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 | 熏}熏{^ | 11100000100011010111110111100000100011010111101101011110 | e08d7de08d7b5e |
EUC-JP | 熏}熏{^ | 11011111111011010111110111011111111011010111101101011110 | dfed7ddfed7b5e |
UTF-8 | 熏}熏{^ | 111001111000011010001111011111011110011110000110100011110111101101011110 | e7868f7de7868f7b5e |
UHC | 熏}熏{^ | 11111101101101110111110111111101101101110111101101011110 | fdb77dfdb77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)