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 | 掃}掃{^ | 10010001011111000111110110010001011111000111101101011110 | 917c7d917c7b5e |
EUC-JP | 掃}掃{^ | 11000001110111010111110111000001110111010111101101011110 | c1dd7dc1dd7b5e |
UTF-8 | 掃}掃{^ | 111001101000111010000011011111011110011010001110100000110111101101011110 | e68e837de68e837b5e |
UHC | 掃}掃{^ | 11100001101101110111110111100001101101110111101101011110 | e1b77de1b77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)