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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 痾韜痣F | 11100001011111011110100011101001111000010111101101000110 | e17de8e9e17b46 |
EUC-JP | 痾韜痣F | 11100001110111101111000011101011111000011101110001000110 | e1def0ebe1dc46 |
UTF-8 | 痾韜痣F | 11100111100101111011111011101001100111111001110011100111100101111010001101000110 | e797bee99f9ce797a346 |
UHC | ?韜?F | 0011111111010100101101110011111101000110 | 3fd4b73f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)