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 | ?@???C? | 00111111010000000011111100111111001111110100001100111111 | 3f403f3f3f433f |
SJIS-WIN | ?@???C? | 00111111010000000011111100111111001111110100001100111111 | 3f403f3f3f433f |
EUC-JP | ?@???C? | 00111111010000000011111100111111001111110100001100111111 | 3f403f3f3f433f |
UTF-8 | 체@혦쨔청C횊 | 1110110010110010101101000100000011101101100110001010011011101100101010001001010011101100101100101010110101000011111011011001101010001010 | ecb2b440ed98a6eca894ecb2ad43ed9a8a |
UHC | 체@혦쨔청C횊 | 110000111011110001000000110000101000111011000010101110011100001110111011010000111100001110001000 | c3bc40c28ec2b9c3bb43c388 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)