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 | ½¤¾ÂË | 1000111010111101100011101010010010111110110000101000111011001011 | 8ebd8ea4bec28ecb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ???¤?Â?Ë | 0011111100111111001111111000111110100010111100000011111110001111101010101010010000111111100011111010101010110011 | 3f3f3f8fa2f03f8faaa43f8faab3 |
UTF-8 | ½¤¾ÂË | 11000010100011101100001010111101110000101000111011000010101001001100001010111110110000111000001011000010100011101100001110001011 | c28ec2bdc28ec2a4c2bec382c28ec38b |
UHC | ?½?¤¾??? | 0011111110101000111101100011111110100010101101001010100011111010001111110011111100111111 | 3fa8f63fa2b4a8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)