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 | 醒}醒{^ | 10010000110000010111110110010000110000010111101101011110 | 90c17d90c17b5e |
EUC-JP | 醒}醒{^ | 11000000110000110111110111000000110000110111101101011110 | c0c37dc0c37b5e |
UTF-8 | 醒}醒{^ | 111010011000011010010010011111011110100110000110100100100111101101011110 | e986927de986927b5e |
UHC | 醒}醒{^ | 11100001101001010111110111100001101001010111101101011110 | e1a57de1a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)