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 | 焏乞貍軟 | 1111101101010011100011001110111011100110101111001001001111101110 | fb538ceee6bc93ee |
EUC-JP | 焏乞貍軟 | 100011111100100111101001101110001111000011101100101111101100011011110000 | 8fc9e9b8f0ecbec6f0 |
UTF-8 | 焏乞貍軟 | 111001111000010010001111111001001011100110011110111010001011001010001101111010001011101110011111 | e7848fe4b99ee8b28de8bb9f |
UHC | ?乞?軟 | 001111111100101111110111001111111110011011100011 | 3fcbf73fe6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)