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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 狠羌狠羣h | 111000001100000111100011101100111110000011000001111000111011100001101000 | e0c1e3b3e0c1e3b868 |
EUC-JP | 狠羌狠羣h | 111000001100001111100110101101011110000011000011111001101011101001101000 | e0c3e6b5e0c3e6ba68 |
UTF-8 | 狠羌狠羣h | 11100111100010111010000011100111101111101000110011100111100010111010000011100111101111101010001101101000 | e78ba0e7be8ce78ba0e7bea368 |
UHC | ?羌??h | 001111111100101110110110001111110011111101101000 | 3fcbb63f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)