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???F?? | 0011111101000110001111110011111100111111010001100011111100111111 | 3f463f3f3f463f3f |
SJIS-WIN | ?F???F?? | 0011111101000110001111110011111100111111010001100011111100111111 | 3f463f3f3f463f3f |
EUC-JP | ?F???F?? | 0011111101000110001111110011111100111111010001100011111100111111 | 3f463f3f3f463f3f |
UTF-8 | 챔F혢혢혡F챈혝 | 1110110010110001100101000100011011101101100110001010001011101101100110001010001011101101100110001010000101000110111011001011000110001000111011011001100010011101 | ecb19446ed98a2ed98a2ed98a146ecb188ed989d |
UHC | 챔F혢혢혡F챈혝 | 1100001110101000010001101100001010001011110000101000101111000010100010100100011011000011101001101100001010000111 | c3a846c28bc28bc28a46c3a6c287 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)