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 | 提}提{^ | 10010010111100010111110110010010111100010111101101011110 | 92f17d92f17b5e |
EUC-JP | 提}提{^ | 11000100111100110111110111000100111100110111101101011110 | c4f37dc4f37b5e |
UTF-8 | 提}提{^ | 111001101000111110010000011111011110011010001111100100000111101101011110 | e68f907de68f907b5e |
UHC | 提}提{^ | 11110000101010110111110111110000101010110111101101011110 | f0ab7df0ab7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)