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 | k@`GâL | 10001001011010111001001001000000100011000110000010010010010001111110001001001100 | 896b92408c609247e24c |
SJIS-WIN | ?k?@?`?G?L | 00111111011010110011111101000000001111110110000000111111010001110011111101001100 | 3f6b3f403f603f473f4c |
EUC-JP | ?k?@?`?GâL | 001111110110101100111111010000000011111101100000001111110100011110001111101010111010010001001100 | 3f6b3f403f603f478faba44c |
UTF-8 | k@`GâL | 110000101000100101101011110000101001001001000000110000101000110001100000110000101001001001000111110000111010001001001100 | c2896bc29240c28c60c29247c3a24c |
UHC | ?k?@?`?G?L | 00111111011010110011111101000000001111110110000000111111010001110011111101001100 | 3f6b3f403f603f473f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)