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 | ??´? | 00111111001111111011010000111111 | 3f3fb43f |
SJIS-WIN | 猷?´猷 | 10010111010100010011111110000001010011001001011101010001 | 97513f814c9751 |
EUC-JP | 猷?´猷 | 11001101101100100011111110100001101011011100110110110010 | cdb23fa1adcdb2 |
UTF-8 | 猷띠´猷 | 1110011110001100101101111110101110011101101000001100001010110100111001111000110010110111 | e78cb7eb9da0c2b4e78cb7 |
UHC | 猷띠´猷 | 1110101110100011101101101110110010100010101001011110101110100011 | eba3b6eca2a5eba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)