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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猷?Ⅰ徇 | 10010111010100010011111110000111010101001001110001101101 | 97513f87549c6d |
EUC-JP | 猷??徇 | 110011011011001000111111001111111101011111001110 | cdb23f3fd7ce |
UTF-8 | 猷듸Ⅰ徇 | 111001111000110010110111111010111001001110111000111000101000010110100000111001011011111010000111 | e78cb7eb93b8e285a0e5be87 |
UHC | 猷듸Ⅰ徇 | 1110101110100011101101011110111110100101101100001110001011011111 | eba3b5efa5b0e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)