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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???鏃^ | 001111110011111100111111111010000101011001011110 | 3f3f3fe8565e |
EUC-JP | ???鏃^ | 001111110011111100111111111011111011011101011110 | 3f3f3fefb75e |
UTF-8 | 렱렮선鏃^ | 11101011101000001011000111101011101000001010111011101100100001001010000011101001100011111000001101011110 | eba0b1eba0aeec84a0e98f835e |
UHC | 렱렮선鏃^ | 100011101011111010001110101110111011110010110001111100001110110001011110 | 8ebe8ebbbcb1f0ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)