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 | ?f?Y}?f?Y{^ | 0011111101100110001111110101100101111101001111110110011000111111010110010111101101011110 | 3f663f597d3f663f597b5e |
SJIS-WIN | ?f?Y}?f?Y{^ | 0011111101100110001111110101100101111101001111110110011000111111010110010111101101011110 | 3f663f597d3f663f597b5e |
EUC-JP | ?f?Y}?f?Y{^ | 0011111101100110001111110101100101111101001111110110011000111111010110010111101101011110 | 3f663f597d3f663f597b5e |
UTF-8 | 챌f챌Y}챌f챌Y{^ | 11101100101100011000110001100110111011001011000110001100010110010111110111101100101100011000110001100110111011001011000110001100010110010111101101011110 | ecb18c66ecb18c597decb18c66ecb18c597b5e |
UHC | 챌f챌Y}챌f챌Y{^ | 110000111010011101100110110000111010011101011001011111011100001110100111011001101100001110100111010110010111101101011110 | c3a766c3a7597dc3a766c3a7597b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)