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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ????繹F | 00111111001111110011111100111111111000111000100001000110 | 3f3f3f3fe38846 |
EUC-JP | ????繹F | 00111111001111110011111100111111111001011110100001000110 | 3f3f3f3fe5e846 |
UTF-8 | 렶렚렶렕繹F | 11101011101000001011011011101011101000001001101011101011101000001011011011101011101000001001010111100111101110011011100101000110 | eba0b6eba09aeba0b6eba095e7b9b946 |
UHC | 렶렚렶렕繹F | 1000111011000001100011101010110110001110110000011000111010101010111001101011101001000110 | 8ec18ead8ec18eaae6ba46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)