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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猷?Ъ歟 | 10010111010100010011111110000100010110111001111101100010 | 97513f845b9f62 |
EUC-JP | 猷?Ъ歟 | 11001101101100100011111110100111101111001101110111000011 | cdb23fa7bcddc3 |
UTF-8 | 猷들Ъ歟 | 1110011110001100101101111110101110010011101001001101000010101010111001101010110110011111 | e78cb7eb93a4d0aae6ad9f |
UHC | 猷들Ъ歟 | 1110101110100011101101011110100110101100101111001110011010100010 | eba3b5e9acbce6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)