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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 漬??杞F | 10010010110100000011111100111111100111100101100001000110 | 92d03f3f9e5846 |
EUC-JP | 漬??杞F | 11000100110100100011111100111111110110111011100101000110 | c4d23f3fdbb946 |
UTF-8 | 漬렣識杞F | 11100110101111001010110011101011101000001010001111101111101001111011110011100110100111011001111001000110 | e6bcaceba0a3efa7bce69d9e46 |
UHC | 漬렣識杞F | 111100101011000010001110101101001111001010111101110100011010001101000110 | f2b08eb4f2bdd1a346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)