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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髮懷族逶唯 | 11101001100110111001110011100101100100011011000011100111100110111001011101000010 | e99b9ce591b0e79b9742 |
EUC-JP | 髮懷族逶唯 | 11110001111110111101100011100111110000101011001011101101111110111100110110100011 | f1fbd8e7c2b2edfbcda3 |
UTF-8 | 髮懷族逶唯 | 111010011010101110101110111001101000011110110111111001101001011110001111111010011000000010110110111001011001010010101111 | e9abaee687b7e6978fe980b6e594af |
UHC | 髮懷族?唯 | 110110111010010111111100111000111111000011101001001111111110101011100110 | dba5fce3f0e93feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)