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?????? | 0011111101000110001111110011111100111111001111110011111100111111 | 3f463f3f3f3f3f3f |
SJIS-WIN | ?F?????? | 0011111101000110001111110011111100111111001111110011111100111111 | 3f463f3f3f3f3f3f |
EUC-JP | ?F?????? | 0011111101000110001111110011111100111111001111110011111100111111 | 3f463f3f3f3f3f3f |
UTF-8 | 첬F혦쨌청횥혦쨍 | 11101100101100101010110001000110111011011001100010100110111011001010100010001100111011001011001010101101111011011001101010100101111011011001100010100110111011001010100010001101 | ecb2ac46ed98a6eca88cecb2aded9aa5ed98a6eca88d |
UHC | 첬F혦쨌청횥혦쨍 | 110000111011101001000110110000101000111011000010101101111100001110111011110000111001110011000010100011101100001010111000 | c3ba46c28ec2b7c3bbc39cc28ec2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)