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 | ?G?k?G?k | 0011111101000111001111110110101100111111010001110011111101101011 | 3f473f6b3f473f6b |
SJIS-WIN | 叩G但k叩G但k | 100100100100000001000111100100100100000101101011100100100100000001000111100100100100000101101011 | 92404792416b92404792416b |
EUC-JP | 叩G但k叩G但k | 110000111010000101000111110000111010001001101011110000111010000101000111110000111010001001101011 | c3a147c3a26bc3a147c3a26b |
UTF-8 | 叩G但k叩G但k | 11100101100011111010100101000111111001001011110110000110011010111110010110001111101010010100011111100100101111011000011001101011 | e58fa947e4bd866be58fa947e4bd866b |
UHC | 叩G但k叩G但k | 110011011011000001000111110100111010001101101011110011011011000001000111110100111010001101101011 | cdb047d3a36bcdb047d3a36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)