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 | ?b?Y}?b?Y{^ | 0011111101100010001111110101100101111101001111110110001000111111010110010111101101011110 | 3f623f597d3f623f597b5e |
SJIS-WIN | ?b?Y}?b?Y{^ | 0011111101100010001111110101100101111101001111110110001000111111010110010111101101011110 | 3f623f597d3f623f597b5e |
EUC-JP | ?b?Y}?b?Y{^ | 0011111101100010001111110101100101111101001111110110001000111111010110010111101101011110 | 3f623f597d3f623f597b5e |
UTF-8 | 창b챌Y}창b챌Y{^ | 11101100101100001011110101100010111011001011000110001100010110010111110111101100101100001011110101100010111011001011000110001100010110010111101101011110 | ecb0bd62ecb18c597decb0bd62ecb18c597b5e |
UHC | 창b챌Y}창b챌Y{^ | 110000111010001001100010110000111010011101011001011111011100001110100010011000101100001110100111010110010111101101011110 | c3a262c3a7597dc3a262c3a7597b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)