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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 嗚??飮?\ | 1001101001101010001111110011111110011111010110100011111101011100 | 9a6a3f3f9f5a3f5c |
EUC-JP | 嗚??飮?\ | 1101001111001011001111110011111111011101101110110011111101011100 | d3cb3f3fddbb3f5c |
UTF-8 | 嗚삳챿飮칄\ | 11100101100101111001101011101100100000101011001111101100101100011011111111101001101000111010111011101100101110011000010001011100 | e5979aec82b3ecb1bfe9a3aeecb9845c |
UHC | 嗚삳챿飮칄\ | 1110011111110000101110111110101110101010100011001110101111100110101011110101010101011100 | e7f0bbebaa8cebe6af555c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)