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 | ëâ²ç°º | 1110101111100010101100101110011110001110101100001000111010111010 | ebe2b2e78eb08eba |
SJIS-WIN | ?????°?? | 001111110011111100111111001111110011111110000001100010110011111100111111 | 3f3f3f3f3f818b3f3f |
EUC-JP | ëâ?ç?°?º | 1000111110101011101100111000111110101011101001000011111110001111101010111010111000111111101000011110101100111111100011111010001011101011 | 8fabb38faba43f8fabae3fa1eb3f8fa2eb |
UTF-8 | ëâ²ç°º | 11000011101010111100001110100010110000101011001011000011101001111100001010001110110000101011000011000010100011101100001010111010 | c3abc3a2c2b2c3a7c28ec2b0c28ec2ba |
UHC | ??²??°?º | 0011111100111111101010011111011100111111001111111010000111000110001111111010100010101100 | 3f3fa9f73f3fa1c63fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)