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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 擾?よ憔^ | 1000111111101111001111111000001011100110100111001101110001011110 | 8fef3f82e69cdc5e |
EUC-JP | 擾?よ憔^ | 1011111011110001001111111010010011101000110110001101111001011110 | bef13fa4e8d8de5e |
UTF-8 | 擾뤳よ憔^ | 11100110100100111011111011101011101001001011001111100011100000101000100011100110100001101001010001011110 | e693beeba4b3e38288e686945e |
UHC | 擾뤳よ憔^ | 111010001111011010001111111000011010101011101000111101001111101101011110 | e8f68fe1aae8f4fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)