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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 猷???c^ | 10010111010100010011111100111111001111110110001101011110 | 97513f3f3f635e |
EUC-JP | 猷???c^ | 11001101101100100011111100111111001111110110001101011110 | cdb23f3f3f635e |
UTF-8 | 猷띠㉤흭c^ | 1110011110001100101101111110101110011101101000001110001110001001101001001110110110011101101011010110001101011110 | e78cb7eb9da0e389a4ed9dad635e |
UHC | 猷띠㉤흭c^ | 11101011101000111011011011101100101010001011010111000101100010010110001101011110 | eba3b6eca8b5c589635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)