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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 猷??恂β? | 100101110101000100111111001111111001110010010110100000111100000000111111 | 97513f3f9c9683c03f |
EUC-JP | 猷??恂β? | 110011011011001000111111001111111101011111110110101001101100001000111111 | cdb23f3fd7f6a6c23f |
UTF-8 | 猷띤굛恂β댌 | 1110011110001100101101111110101110011101101001001110101010110101100110111110011010000001100000101100111010110010111010111000110010001100 | e78cb7eb9da4eab59be68182ceb2eb8c8c |
UHC | 猷띤굛恂β댌 | 111010111010001110110110111011011000001010000011111000101110000110100101111000101000100010110101 | eba3b6ed8283e2e1a5e288b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)