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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 猷??恂?BF | 100101110101000100111111001111111001110010010110001111110100001001000110 | 97513f3f9c963f4246 |
EUC-JP | 猷??恂?BF | 110011011011001000111111001111111101011111110110001111110100001001000110 | cdb23f3fd7f63f4246 |
UTF-8 | 猷띠씁恂릓BF | 1110011110001100101101111110101110011101101000001110110010010100100000011110011010000001100000101110101110100110100100110100001001000110 | e78cb7eb9da0ec9481e68182eba6934246 |
UHC | 猷띠씁恂릓BF | 111010111010001110110110111011001011111010111001111000101110000110010000011011110100001001000110 | eba3b6ecbeb9e2e1906f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)