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? | 00111111001111110011111100111111001111110100001100111111 | 3f3f3f3f3f433f |
SJIS-WIN | ?????C? | 00111111001111110011111100111111001111110100001100111111 | 3f3f3f3f3f433f |
EUC-JP | ?????C? | 00111111001111110011111100111111001111110100001100111111 | 3f3f3f3f3f433f |
UTF-8 | 청횚혦짙청C횊 | 11101100101100101010110111101101100110101001101011101101100110001010011011101100101001111001100111101100101100101010110101000011111011011001101010001010 | ecb2aded9a9aed98a6eca799ecb2ad43ed9a8a |
UHC | 청횚혦짙청C횊 | 11000011101110111100001110010100110000101000111011000010101000111100001110111011010000111100001110001000 | c3bbc394c28ec2a3c3bb43c388 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)