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 | ûCÓ£F | 1111101101000011110100111010001101000110 | fb43d3a346 |
SJIS-WIN | ?C?£F | 001111110100001100111111100000011001001001000110 | 3f433f819246 |
EUC-JP | ûCÓ£F | 10001111101010111110010101000011100011111010101011010001101000011111001001000110 | 8fabe5438faad1a1f246 |
UTF-8 | ûCÓ£F | 1100001110111011010000111100001110010011110000101010001101000110 | c3bb43c393c2a346 |
UHC | ?C??F | 0011111101000011001111110011111101000110 | 3f433f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)