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 | íù²ãñ¤ | 1110110111111001100011101011001011100011111100011000111010100100 | edf98eb2e3f18ea4 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | íù??ãñ?¤ | 100011111010101110111111100011111010101111100011001111110011111110001111101010111010101010001111101010111101000000111111100011111010001011110000 | 8fabbf8fabe33f3f8fabaa8fabd03f8fa2f0 |
UTF-8 | íù²ãñ¤ | 11000011101011011100001110111001110000101000111011000010101100101100001110100011110000111011000111000010100011101100001010100100 | c3adc3b9c28ec2b2c3a3c3b1c28ec2a4 |
UHC | ???²???¤ | 00111111001111110011111110101001111101110011111100111111001111111010001010110100 | 3f3f3fa9f73f3f3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)