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 | ðö¾ò¹º | 1111000011110110100011101011111011110010101110011000111010111010 | f0f68ebef2b98eba |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ðö??ò??º | 10001111101010011100001110001111101010111101001100111111001111111000111110101011110100100011111100111111100011111010001011101011 | 8fa9c38fabd33f3f8fabd23f3f8fa2eb |
UTF-8 | ðö¾ò¹º | 11000011101100001100001110110110110000101000111011000010101111101100001110110010110000101011100111000010100011101100001010111010 | c3b0c3b6c28ec2bec3b2c2b9c28ec2ba |
UHC | ð??¾?¹?º | 101010011010001100111111001111111010100011111010001111111010100111110110001111111010100010101100 | a9a33f3fa8fa3fa9f63fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)