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 | ¸âÛ¸I^ | 100111101011100011100010110110111001111010111000100100100100100101011110 | 9eb8e2db9eb892495e |
SJIS-WIN | ???????I^ | 001111110011111100111111001111110011111100111111001111110100100101011110 | 3f3f3f3f3f3f3f495e |
EUC-JP | ?¸âÛ?¸?I^ | 0011111110001111101000101011000110001111101010111010010010001111101010101110010100111111100011111010001010110001001111110100100101011110 | 3f8fa2b18faba48faae53f8fa2b13f495e |
UTF-8 | ¸âÛ¸I^ | 11000010100111101100001010111000110000111010001011000011100110111100001010011110110000101011100011000010100100100100100101011110 | c29ec2b8c3a2c39bc29ec2b8c292495e |
UHC | ?¸???¸?I^ | 0011111110100010101011000011111100111111001111111010001010101100001111110100100101011110 | 3fa2ac3f3f3fa2ac3f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)