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?}? | 0011111101100110001111110111110100111111 | 3f663f7d3f |
SJIS-WIN | ?f?}? | 0011111101100110001111110111110100111111 | 3f663f7d3f |
EUC-JP | ?f?}? | 0011111101100110001111110111110100111111 | 3f663f7d3f |
UTF-8 | 챌f횪}챌 | 1110110010110001100011000110011011101101100110101010101001111101111011001011000110001100 | ecb18c66ed9aaa7decb18c |
UHC | 챌f횪}챌 | 1100001110100111011001101100001110100000011111011100001110100111 | c3a766c3a07dc3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)