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 | 猷??徇? | 10010111010100010011111100111111100111000110110100111111 | 97513f3f9c6d3f |
EUC-JP | 猷??徇? | 11001101101100100011111100111111110101111100111000111111 | cdb23f3fd7ce3f |
UTF-8 | 猷띠씁徇랡 | 111001111000110010110111111010111001110110100000111011001001010010000001111001011011111010000111111010111001111010100001 | e78cb7eb9da0ec9481e5be87eb9ea1 |
UHC | 猷띠씁徇랡 | 11101011101000111011011011101100101111101011100111100010110111111000111001000010 | eba3b6ecbeb9e2df8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)