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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 霑ェ荵溷密^ | 11101000101111111010101011100100101110011001111111100101100101101010011101011110 | e8bfaae4b99fe596a75e |
EUC-JP | 霑ェ荵溷密^ | 1111000011000001100011101010101011101000101110111101111011100111110011001010100101011110 | f0c18eaae8bbdee7cca95e |
UTF-8 | 霑ェ荵溷密^ | 11101001100111001001000111101111101111011010101011101000100011011011010111100110101110101011011111100101101011111000011001011110 | e99c91efbdaae88db5e6bab7e5af865e |
UHC | 霑???密^ | 1110111111000101001111110011111100111111110110101100101101011110 | efc53f3f3fdacb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)