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?g}?b?g{^ | 0011111101100010001111110110011101111101001111110110001000111111011001110111101101011110 | 3f623f677d3f623f677b5e |
SJIS-WIN | ?b?g}?b?g{^ | 0011111101100010001111110110011101111101001111110110001000111111011001110111101101011110 | 3f623f677d3f623f677b5e |
EUC-JP | ?b?g}?b?g{^ | 0011111101100010001111110110011101111101001111110110001000111111011001110111101101011110 | 3f623f677d3f623f677b5e |
UTF-8 | 챌b창g}챌b창g{^ | 11101100101100011000110001100010111011001011000010111101011001110111110111101100101100011000110001100010111011001011000010111101011001110111101101011110 | ecb18c62ecb0bd677decb18c62ecb0bd677b5e |
UHC | 챌b창g}챌b창g{^ | 110000111010011101100010110000111010001001100111011111011100001110100111011000101100001110100010011001110111101101011110 | c3a762c3a2677dc3a762c3a2677b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)