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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 自璽耳昭瑟 | 10001110101010011000111010100011100011101010100010001111101110101110000011101100 | 8ea98ea38ea88fbae0ec |
EUC-JP | 自璽耳昭瑟 | 10111100101010111011110010100101101111001010101010111110101111001110000011101110 | bcabbca5bcaabebce0ee |
UTF-8 | 自璽耳昭瑟 | 111010001000011110101010111001111001001010111101111010001000000010110011111001101001100010101101111001111001000110011111 | e887aae792bde880b3e698ade7919f |
UHC | 自璽耳昭瑟 | 11101101101110111101111111011110111011001011110011100001101110011110001110100010 | edbbdfdeecbce1b9e3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)