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 | 舌}舌{^ | 10010000111000110111110110010000111000110111101101011110 | 90e37d90e37b5e |
EUC-JP | 舌}舌{^ | 11000000111001010111110111000000111001010111101101011110 | c0e57dc0e57b5e |
UTF-8 | 舌}舌{^ | 111010001000100010001100011111011110100010001000100011000111101101011110 | e8888c7de8888c7b5e |
UHC | 舌}舌{^ | 11100000110111110111110111100000110111110111101101011110 | e0df7de0df7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)