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 | ???健昇^ | 0011111100111111001111111000110010010010100011111011100001011110 | 3f3f3f8c928fb85e |
EUC-JP | ???健昇^ | 0011111100111111001111111011011111110010101111101011101001011110 | 3f3f3fb7f2beba5e |
UTF-8 | 앍뤵갼健昇^ | 11101100100101011000110111101011101001001011010111101010101100001011110011100101100000011010010111100110100110001000011101011110 | ec958deba4b5eab0bce581a5e698875e |
UHC | 앍뤵갼健昇^ | 1011111011001100100011111110001110110000101111101100101111101101111000111011000001011110 | becc8fe3b0becbede3b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)