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 | 猷??恂?\ | 1001011101010001001111110011111110011100100101100011111101011100 | 97513f3f9c963f5c |
EUC-JP | 猷??恂?\ | 1100110110110010001111110011111111010111111101100011111101011100 | cdb23f3fd7f63f5c |
UTF-8 | 猷띠씁恂릆\ | 11100111100011001011011111101011100111011010000011101100100101001000000111100110100000011000001011101011101001101000011001011100 | e78cb7eb9da0ec9481e68182eba6865c |
UHC | 猷띠씁恂릆\ | 1110101110100011101101101110110010111110101110011110001011100001100100000110011101011100 | eba3b6ecbeb9e2e190675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)