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 | 001111110100000000111111001111110011111101000011 | 3f403f3f3f43 |
SJIS-WIN | ?@???C | 001111110100000000111111001111110011111101000011 | 3f403f3f3f43 |
EUC-JP | ?@???C | 001111110100000000111111001111110011111101000011 | 3f403f3f3f43 |
UTF-8 | 체@혦쨔청C | 1110110010110010101101000100000011101101100110001010011011101100101010001001010011101100101100101010110101000011 | ecb2b440ed98a6eca894ecb2ad43 |
UHC | 체@혦쨔청C | 11000011101111000100000011000010100011101100001010111001110000111011101101000011 | c3bc40c28ec2b9c3bb43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)