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 | 勝}勝{^ | 10001111100111110111110110001111100111110111101101011110 | 8f9f7d8f9f7b5e |
EUC-JP | 勝}勝{^ | 10111110101000010111110110111110101000010111101101011110 | bea17dbea17b5e |
UTF-8 | 勝}勝{^ | 111001011000101110011101011111011110010110001011100111010111101101011110 | e58b9d7de58b9d7b5e |
UHC | 勝}勝{^ | 11100011101011010111110111100011101011010111101101011110 | e3ad7de3ad7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)