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 | 猷??恂 | 100101110101000100111111001111111001110010010110 | 97513f3f9c96 |
EUC-JP | 猷??恂 | 110011011011001000111111001111111101011111110110 | cdb23f3fd7f6 |
UTF-8 | 猷드띂恂 | 111001111000110010110111111010111001001110011100111010111001110110000010111001101000000110000010 | e78cb7eb939ceb9d82e68182 |
UHC | 猷드띂恂 | 1110101110100011101101011110010110001101101111011110001011100001 | eba3b5e58dbde2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)