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 | 蛭?σ艙?^ | 100101010110011100111111100000111101000011100100011110010011111101011110 | 95673f83d0e4793f5e |
EUC-JP | 蛭?σ艙?^ | 110010011100100000111111101001101101001011100111110110100011111101011110 | c9c83fa6d2e7da3f5e |
UTF-8 | 蛭뤒σ艙짜^ | 111010001001101110101101111010111010010010010010110011111000001111101000100010011001100111101100101001111001110001011110 | e89badeba492cf83e88999eca79c5e |
UHC | 蛭뤒σ艙짜^ | 1111001011110100100011111100001010100101111100101111001111101101110000101010010101011110 | f2f48fc2a5f2f3edc2a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)