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 | ëâ²ç®¤ | 1110101111100010101100101110011110001110101011101000111010100100 | ebe2b2e78eae8ea4 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ëâ?ç?®?¤ | 100011111010101110110011100011111010101110100100001111111000111110101011101011100011111110001111101000101110111000111111100011111010001011110000 | 8fabb38faba43f8fabae3f8fa2ee3f8fa2f0 |
UTF-8 | ëâ²ç®¤ | 11000011101010111100001110100010110000101011001011000011101001111100001010001110110000101010111011000010100011101100001010100100 | c3abc3a2c2b2c3a7c28ec2aec28ec2a4 |
UHC | ??²??®?¤ | 0011111100111111101010011111011100111111001111111010001011100111001111111010001010110100 | 3f3fa9f73f3fa2e73fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)