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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 霎ソ邯壼穀^ | 11101000101111101011111111100111101101101001101011100101100011011001001001011110 | e8bebfe7b69ae58d925e |
EUC-JP | 霎ソ邯壼穀^ | 1111000011000000100011101011111111101110101110001101010011100111101110011111001001011110 | f0c08ebfeeb8d4e7b9f25e |
UTF-8 | 霎ソ邯壼穀^ | 11101001100111001000111011101111101111011011111111101001100000101010111111100101101000111011110011100111101010011000000001011110 | e99c8eefbdbfe982afe5a3bce7a9805e |
UHC | ??邯?穀^ | 0011111100111111110010101111101100111111110011011101101001011110 | 3f3fcafb3fcdda5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)