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 | 00111111001111111001001011101001100100100100000101000110 | 3f3f92e9924146 |
EUC-JP | 焌?帝但F | 100011111100100111101000001111111100010011101011110000111010001001000110 | 8fc9e83fc4ebc3a246 |
UTF-8 | 焌렧帝但F | 11100111100001001000110011101011101000001010011111100101101110001001110111100100101111011000011001000110 | e7848ceba0a7e5b89de4bd8646 |
UHC | 焌렧帝但F | 111100011110000010001110101101101111000010101000110100111010001101000110 | f1e08eb6f0a8d3a346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)