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 | ½¥ºîY | 1011110110100101101110101110111001011001 | bda5baee59 |
SJIS-WIN | ?¥??Y | 001111111000000110001111001111110011111101011001 | 3f818f3f3f59 |
EUC-JP | ??ºîY | 001111110011111110001111101000101110101110001111101010111100001001011001 | 3f3f8fa2eb8fabc259 |
UTF-8 | ½¥ºîY | 110000101011110111000010101001011100001010111010110000111010111001011001 | c2bdc2a5c2bac3ae59 |
UHC | ½?º?Y | 10101000111101100011111110101000101011000011111101011001 | a8f63fa8ac3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)