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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 叩但辿箪B | 100100100100000010010010010000011001001001001000100100100101110001000010 | 924092419248925c42 |
EUC-JP | 叩但辿箪B | 110000111010000111000011101000101100001110101001110000111011110101000010 | c3a1c3a2c3a9c3bd42 |
UTF-8 | 叩但辿箪B | 11100101100011111010100111100100101111011000011011101000101111101011111111100111101011101010101001000010 | e58fa9e4bd86e8bebfe7aeaa42 |
UHC | 叩但??B | 11001101101100001101001110100011001111110011111101000010 | cdb0d3a33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)