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 | ñâÊí¯¤ | 1111000111100010110010101110110110001110101011111000111010100100 | f1e2caed8eaf8ea4 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñâÊí?¯?¤ | 1000111110101011110100001000111110101011101001001000111110101010101101001000111110101011101111110011111110001111101000101011010000111111100011111010001011110000 | 8fabd08faba48faab48fabbf3f8fa2b43f8fa2f0 |
UTF-8 | ñâÊí¯¤ | 11000011101100011100001110100010110000111000101011000011101011011100001010001110110000101010111111000010100011101100001010100100 | c3b1c3a2c38ac3adc28ec2afc28ec2a4 |
UHC | ???????¤ | 001111110011111100111111001111110011111100111111001111111010001010110100 | 3f3f3f3f3f3f3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)