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 | 喘}喘{^ | 10011010011000100111110110011010011000100111101101011110 | 9a627d9a627b5e |
EUC-JP | 喘}喘{^ | 11010011110000110111110111010011110000110111101101011110 | d3c37dd3c37b5e |
UTF-8 | 喘}喘{^ | 111001011001011010011000011111011110010110010110100110000111101101011110 | e596987de596987b5e |
UHC | 喘}喘{^ | 11110100101101110111110111110100101101110111101101011110 | f4b77df4b77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)