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???? | 001111110100011000111111001111110011111100111111 | 3f463f3f3f3f |
SJIS-WIN | ?F???? | 001111110100011000111111001111110011111100111111 | 3f463f3f3f3f |
EUC-JP | ?F???? | 001111110100011000111111001111110011111100111111 | 3f463f3f3f3f |
UTF-8 | 첬F혦짙청횂 | 11101100101100101010110001000110111011011001100010100110111011001010011110011001111011001011001010101101111011011001101010000010 | ecb2ac46ed98a6eca799ecb2aded9a82 |
UHC | 첬F혦짙청횂 | 1100001110111010010001101100001010001110110000101010001111000011101110111100001110000010 | c3ba46c28ec2a3c3bbc382 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)